#089CB6

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

Shades of Bondi Blue #089CB6

Tints of Bondi Blue #089CB6

Color information

#089CB6 (or 0x089CB6) is unknown color: approx Bondi Blue. HEX triplet: 08, 9C and B6. RGB value is (8,156,182). Sum of RGB (Red+Green+Blue) = 8+156+182=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #089CB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CB6 is #F76349. Grayscale: #727272. Windows color (decimal): -16212810 or 11967496. OLE color: 11967496.

HSL color Cylindrical-coordinate representation of color #089CB6: hue angle of 188.97º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CB6 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8156182-
CMYK0.960.1400.29
HSL188.97º91.58%37.25%-
HSV(B)188.97º95.6%71.37%-
XYZ20.4327.2148.43-
YUV114.71165.9751.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.31%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 182 (71.48% from 255) = 52.60%
R=2.31%
G=45.09%
B=52.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81561820.960.1400.29188.9791.5837.25
Hex89CB660E01Dbd5c25
Octal102342661401603527513445
Binary1000100111001011011011000001110011101101111011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089CB6; }

 p { color: rgb(8,156,182); }

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

<style>
 a { background-color: #089CB6; }

 a { background-color: rgb(8,156,182); }

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

<style>
 span { border-color: #089CB6; }

 span { border-color: rgb(8,156,182); }

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