#099AB8

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

Shades of Bondi Blue #099AB8

Tints of Bondi Blue #099AB8

Color information

#099AB8 (or 0x099AB8) is unknown color: approx Bondi Blue. HEX triplet: 09, 9A and B8. RGB value is (9,154,184). Sum of RGB (Red+Green+Blue) = 9+154+184=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #099AB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AB8 is #F66547. Grayscale: #717171. Windows color (decimal): -16147784 or 12098057. OLE color: 12098057.

HSL color Cylindrical-coordinate representation of color #099AB8: hue angle of 190.29º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099AB8 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9154184-
CMYK0.950.1600.28
HSL190.29º90.67%37.84%-
HSV(B)190.29º95.11%72.16%-
XYZ20.3226.6349.42-
YUV114.06167.4653.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.59%
GREEN value IS 154 (60.55% from 255) = 44.38%
BLUE value IS 184 (72.27% from 255) = 53.03%
R=2.59%
G=44.38%
B=53.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal91541840.950.1600.28190.2990.6737.84
Hex99AB85F1001Cbe5b26
Octal112322701372003427613346
Binary10011001101010111000101111110000011100101111101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,154,184); }

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

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

 a { background-color: rgb(9,154,184); }

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

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

 span { border-color: rgb(9,154,184); }

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