Html Css Color HEX #01AAB6 Iris Blue

📋 copy color: '#01AAB6'

red 1 ◦ green 170 ◦ blue 182

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

Shades of Iris Blue #01AAB6

Tints of Iris Blue #01AAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.16%

 BLUE value IS 182 (71.48% from 255) = 51.56%

R = 0.28%
G = 48.16%
B = 51.56%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#01AAB6 (or 0x01AAB6) is known color: Iris Blue. HEX triplet: 01, AA and B6. RGB value is (1,170,182). Sum of RGB (Red+Green+Blue) = 1+170+182=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #01AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AAB6 is #FE5549. Grayscale: #787878. Windows color (decimal): -16667978 or 11971073. OLE color: 11971073.

HSL color Cylindrical-coordinate representation of color #01AAB6: hue angle of 183.98º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AAB6 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 170 182 -
CMYK 0.99 0.07 0 0.29
HSL 183.98º 0.99% 0.36% -
HSV(B) 183.98º 0.99% 0.71% -
XYZ 22.83 32.13 49.26 -
YUV 120.84 162.51 42.52 -
System Red Green Blue C M Y K H S L
Decimal 1 170 182 0.99 0.07 0 0.29 183.98 0.99 0.36
Hex 1 AA B6 63 7 0 1D B8 63 24
Octal 1 252 266 143 7 0 35 270 143 44
Binary 1 10101010 10110110 1100011 111 0 11101 10111000 1100011 100100

Color Harmonies of #01AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AAB6

Black with #01AAB6

Text Example


Text Example

White with #01AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,170,182); }

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

background-color css

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

 a { background-color: rgb(1,170,182); }

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

border-color css

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

 span { border-color: rgb(1,170,182); }

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