#01A0AD

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

Shades of Bondi Blue #01A0AD

Tints of Bondi Blue #01A0AD

Color information

#01A0AD (or 0x01A0AD) is unknown color: approx Bondi Blue. HEX triplet: 01, A0 and AD. RGB value is (1,160,173). Sum of RGB (Red+Green+Blue) = 1+160+173=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #01A0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A0AD is #FE5F52. Grayscale: #717171. Windows color (decimal): -16670547 or 11378689. OLE color: 11378689.

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

Color convert

RGB1160173-
CMYK0.990.0800.32
HSL184.53º98.85%34.12%-
HSV(B)184.53º99.42%67.84%-
XYZ20.1328.1743.91-
YUV113.94161.3247.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=0.30%
G=47.90%
B=51.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11601730.990.0800.32184.5398.8534.12
Hex1A0AD638020b96322
Octal12402551431004027114342
Binary11010000010101101110001110000100000101110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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