#08A0AD

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

Shades of Bondi Blue #08A0AD

Tints of Bondi Blue #08A0AD

Color information

#08A0AD (or 0x08A0AD) is unknown color: approx Bondi Blue. HEX triplet: 08, A0 and AD. RGB value is (8,160,173). Sum of RGB (Red+Green+Blue) = 8+160+173=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #08A0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A0AD is #F75F52. Grayscale: #737373. Windows color (decimal): -16211795 or 11378696. OLE color: 11378696.

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

Color convert

RGB8160173-
CMYK0.950.0800.32
HSL184.73º91.16%35.49%-
HSV(B)184.73º95.38%67.84%-
XYZ20.2128.2143.91-
YUV116.03160.1450.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.35%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=2.35%
G=46.92%
B=50.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81601730.950.0800.32184.7391.1635.49
Hex8A0AD5F8020b95b23
Octal102402551371004027113343
Binary10001010000010101101101111110000100000101110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,160,173); }

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

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

 a { background-color: rgb(8,160,173); }

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

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

 span { border-color: rgb(8,160,173); }

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