#089BB6

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

Shades of Bondi Blue #089BB6

Tints of Bondi Blue #089BB6

Color information

#089BB6 (or 0x089BB6) is unknown color: approx Bondi Blue. HEX triplet: 08, 9B and B6. RGB value is (8,155,182). Sum of RGB (Red+Green+Blue) = 8+155+182=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 155 (60.94% from 255 or 44.93% 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 #089BB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089BB6 is #F76449. Grayscale: #717171. Windows color (decimal): -16213066 or 11967240. OLE color: 11967240.

HSL color Cylindrical-coordinate representation of color #089BB6: hue angle of 189.31º 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 #089BB6 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8155182-
CMYK0.960.1500.29
HSL189.31º91.58%37.25%-
HSV(B)189.31º95.6%71.37%-
XYZ20.2626.8748.37-
YUV114.12166.352.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.32%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 182 (71.48% from 255) = 52.75%
R=2.32%
G=44.93%
B=52.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81551820.960.1500.29189.3191.5837.25
Hex89BB660F01Dbd5c25
Octal102332661401703527513445
Binary1000100110111011011011000001111011101101111011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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