Html Css Color HEX #01A6AE Bondi Blue

📋 copy color: '#01A6AE'

red 1 ◦ green 166 ◦ blue 174

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

Shades of Bondi Blue #01A6AE

Tints of Bondi Blue #01A6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.68%

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 0.29%
G = 48.68%
B = 51.03%

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

#01A6AE (or 0x01A6AE) is known color: Bondi Blue. HEX triplet: 01, A6 and AE. RGB value is (1,166,174). Sum of RGB (Red+Green+Blue) = 1+166+174=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #01A6AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A6AE is #FE5951. Grayscale: #757575. Windows color (decimal): -16669010 or 11445761. OLE color: 11445761.

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

Color convert

RGB 1 166 174 -
CMYK 0.99 0.05 0 0.32
HSL 182.77º 0.99% 0.34% -
HSV(B) 182.77º 0.99% 0.68% -
XYZ 21.29 30.33 44.78 -
YUV 117.58 159.84 44.85 -
System Red Green Blue C M Y K H S L
Decimal 1 166 174 0.99 0.05 0 0.32 182.77 0.99 0.34
Hex 1 A6 AE 63 5 0 20 B7 63 22
Octal 1 246 256 143 5 0 40 267 143 42
Binary 1 10100110 10101110 1100011 101 0 100000 10110111 1100011 100010

Color Harmonies of #01A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A6AE

Black with #01A6AE

Text Example


Text Example

White with #01A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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