#099AB6

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

Shades of Bondi Blue #099AB6

Tints of Bondi Blue #099AB6

Color information

#099AB6 (or 0x099AB6) is unknown color: approx Bondi Blue. HEX triplet: 09, 9A and B6. RGB value is (9,154,182). Sum of RGB (Red+Green+Blue) = 9+154+182=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #099AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AB6 is #F66549. Grayscale: #717171. Windows color (decimal): -16147786 or 11966985. OLE color: 11966985.

HSL color Cylindrical-coordinate representation of color #099AB6: hue angle of 189.71º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099AB6 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9154182-
CMYK0.950.1500.29
HSL189.71º90.58%37.45%-
HSV(B)189.71º95.05%71.37%-
XYZ20.1126.5548.32-
YUV113.84166.4653.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.61%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 182 (71.48% from 255) = 52.75%
R=2.61%
G=44.64%
B=52.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91541820.950.1500.29189.7190.5837.45
Hex99AB65FF01Dbe5b25
Octal112322661371703527613345
Binary1001100110101011011010111111111011101101111101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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