#01A8AD

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

Shades of Bondi Blue #01A8AD

Tints of Bondi Blue #01A8AD

Color information

#01A8AD (or 0x01A8AD) is unknown color: approx Bondi Blue. HEX triplet: 01, A8 and AD. RGB value is (1,168,173). Sum of RGB (Red+Green+Blue) = 1+168+173=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #01A8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A8AD is #FE5752. Grayscale: #767676. Windows color (decimal): -16668499 or 11380737. OLE color: 11380737.

HSL color Cylindrical-coordinate representation of color #01A8AD: hue angle of 181.74º 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 #01A8AD is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1168173-
CMYK0.990.0300.32
HSL181.74º98.85%34.12%-
HSV(B)181.74º99.42%67.84%-
XYZ21.5631.0344.39-
YUV118.64158.6744.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 168 (66.02% from 255) = 49.12%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=0.29%
G=49.12%
B=50.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11681730.990.0300.32181.7498.8534.12
Hex1A8AD633020b66322
Octal1250255143304026614342
Binary110101000101011011100011110100000101101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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