#099EA8

Color #099EA8 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #099EA8

Tints of Bondi Blue #099EA8

Color information

#099EA8 (or 0x099EA8) is unknown color: approx Bondi Blue. HEX triplet: 09, 9E and A8. RGB value is (9,158,168). Sum of RGB (Red+Green+Blue) = 9+158+168=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 168 (66.02% from 255 or 50.15% from 335); Max value from RGB is 168 - color contains mainly: blue. Hex color #099EA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099EA8 is #F66157. Grayscale: #727272. Windows color (decimal): -16146776 or 11050505. OLE color: 11050505.

HSL color Cylindrical-coordinate representation of color #099EA8: hue angle of 183.77º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099EA8 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9158168-
CMYK0.950.0600.34
HSL183.77º89.83%34.71%-
HSV(B)183.77º94.64%65.88%-
XYZ19.4127.3441.3-
YUV114.59158.1452.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.69%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 168 (66.02% from 255) = 50.15%
R=2.69%
G=47.16%
B=50.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91581680.950.0600.34183.7789.8334.71
Hex99EA85F6022b85a23
Octal11236250137604227013243
Binary1001100111101010100010111111100100010101110001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099EA8; }

 p { color: rgb(9,158,168); }

 H1.HeaderClassName
 {
   color: #099EA8;
 }
 .AnyTagClassName
 {
   color: #099EA8;
 }
</style>
background-color css

<style>
 a { background-color: #099EA8; }

 a { background-color: rgb(9,158,168); }

 div.DivClassName
 {
   background-color: #099EA8;
 }
 .BgClassName
 {
   background-color: #099EA8;
 }
</style>
border-color css

<style>
 span { border-color: #099EA8; }

 span { border-color: rgb(9,158,168); }

 td.TdClassName
 {
   border-color: #099EA8;
 }
 .TagClassName
 {
   border-color: #099EA8;
 }
</style>