#089AA9

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

Shades of Bondi Blue #089AA9

Tints of Bondi Blue #089AA9

Color information

#089AA9 (or 0x089AA9) is unknown color: approx Bondi Blue. HEX triplet: 08, 9A and A9. RGB value is (8,154,169). Sum of RGB (Red+Green+Blue) = 8+154+169=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #089AA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AA9 is #F76556. Grayscale: #6F6F6F. Windows color (decimal): -16213335 or 11115016. OLE color: 11115016.

HSL color Cylindrical-coordinate representation of color #089AA9: hue angle of 185.59º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089AA9 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8154169-
CMYK0.950.0900.34
HSL185.59º90.96%34.71%-
HSV(B)185.59º95.27%66.27%-
XYZ18.8226.0341.57-
YUV112.06160.1353.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.42%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 169 (66.41% from 255) = 51.06%
R=2.42%
G=46.53%
B=51.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal81541690.950.0900.34185.5990.9634.71
Hex89AA95F9022ba5b23
Octal102322511371104227213343
Binary10001001101010101001101111110010100010101110101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,154,169); }

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

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

 a { background-color: rgb(8,154,169); }

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

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

 span { border-color: rgb(8,154,169); }

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