#08A9AE

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

Shades of Bondi Blue #08A9AE

Tints of Bondi Blue #08A9AE

Color information

#08A9AE (or 0x08A9AE) is unknown color: approx Bondi Blue. HEX triplet: 08, A9 and AE. RGB value is (8,169,174). Sum of RGB (Red+Green+Blue) = 8+169+174=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #08A9AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A9AE is #F75651. Grayscale: #797979. Windows color (decimal): -16209490 or 11446536. OLE color: 11446536.

HSL color Cylindrical-coordinate representation of color #08A9AE: hue angle of 181.81º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A9AE is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8169174-
CMYK0.950.0300.32
HSL181.81º91.21%35.69%-
HSV(B)181.81º95.4%68.24%-
XYZ21.9331.4844.97-
YUV121.43157.6647.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.28%
GREEN value IS 169 (66.41% from 255) = 48.15%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=2.28%
G=48.15%
B=49.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81691740.950.0300.32181.8191.2135.69
Hex8A9AE5F3020b65b24
Octal10251256137304026613344
Binary100010101001101011101011111110100000101101101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A9AE; }

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

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

<style>
 a { background-color: #08A9AE; }

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

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

<style>
 span { border-color: #08A9AE; }

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

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