Html Css Color HEX #01A4AD Bondi Blue

📋 copy color: '#01A4AD'

red 1 ◦ green 164 ◦ blue 173

#01A4AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #01A4AD

Tints of Bondi Blue #01A4AD

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 164 (64.45% from 255) = 48.52%

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 0.3%
G = 48.52%
B = 51.18%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#01A4AD (or 0x01A4AD) is known color: Bondi Blue. HEX triplet: 01, A4 and AD. RGB value is (1,164,173). Sum of RGB (Red+Green+Blue) = 1+164+173=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #01A4AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A4AD is #FE5B52. Grayscale: #747474. Windows color (decimal): -16669523 or 11379713. OLE color: 11379713.

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

Color convert

RGB 1 164 173 -
CMYK 0.99 0.05 0 0.32
HSL 183.14º 0.99% 0.34% -
HSV(B) 183.14º 0.99% 0.68% -
XYZ 20.83 29.57 44.15 -
YUV 116.29 160 45.77 -
System Red Green Blue C M Y K H S L
Decimal 1 164 173 0.99 0.05 0 0.32 183.14 0.99 0.34
Hex 1 A4 AD 63 5 0 20 B7 63 22
Octal 1 244 255 143 5 0 40 267 143 42
Binary 1 10100100 10101101 1100011 101 0 100000 10110111 1100011 100010

Color Harmonies of #01A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A4AD

Black with #01A4AD

Text Example


Text Example

White with #01A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01A4AD;
 }
 .AnyTagClassName
 {
   color: #01A4AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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