#08A6AE

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

Shades of Bondi Blue #08A6AE

Tints of Bondi Blue #08A6AE

Color information

#08A6AE (or 0x08A6AE) is unknown color: approx Bondi Blue. HEX triplet: 08, A6 and AE. RGB value is (8,166,174). Sum of RGB (Red+Green+Blue) = 8+166+174=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #08A6AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A6AE is #F75951. Grayscale: #777777. Windows color (decimal): -16210258 or 11445768. OLE color: 11445768.

HSL color Cylindrical-coordinate representation of color #08A6AE: hue angle of 182.89º 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 #08A6AE is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8166174-
CMYK0.950.0500.32
HSL182.89º91.21%35.69%-
HSV(B)182.89º95.4%68.24%-
XYZ21.3830.3844.78-
YUV119.67158.6548.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.30%
GREEN value IS 166 (65.23% from 255) = 47.70%
BLUE value IS 174 (68.36% from 255) = 50%
R=2.30%
G=47.70%
B=50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81661740.950.0500.32182.8991.2135.69
Hex8A6AE5F5020b75b24
Octal10246256137504026713344
Binary1000101001101010111010111111010100000101101111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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