#089FB9

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

Shades of Bondi Blue #089FB9

Tints of Bondi Blue #089FB9

Color information

#089FB9 (or 0x089FB9) is unknown color: approx Bondi Blue. HEX triplet: 08, 9F and B9. RGB value is (8,159,185). Sum of RGB (Red+Green+Blue) = 8+159+185=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #089FB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FB9 is #F76046. Grayscale: #747474. Windows color (decimal): -16212039 or 12164872. OLE color: 12164872.

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

Color convert

RGB8159185-
CMYK0.960.1400.27
HSL188.81º91.71%37.84%-
HSV(B)188.81º95.68%72.55%-
XYZ21.2628.3550.25-
YUV116.82166.4750.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.27%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 185 (72.66% from 255) = 52.56%
R=2.27%
G=45.17%
B=52.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81591850.960.1400.27188.8191.7137.84
Hex89FB960E01Bbd5c26
Octal102372711401603327513446
Binary1000100111111011100111000001110011011101111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,159,185); }

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

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

 a { background-color: rgb(8,159,185); }

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

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

 span { border-color: rgb(8,159,185); }

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