Html Css Color HEX #01AAB9 Iris Blue

📋 copy color: '#01AAB9'

red 1 ◦ green 170 ◦ blue 185

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

Shades of Iris Blue #01AAB9

Tints of Iris Blue #01AAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.97%

R = 0.28%
G = 47.75%
B = 51.97%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#01AAB9 (or 0x01AAB9) is known color: Iris Blue. HEX triplet: 01, AA and B9. RGB value is (1,170,185). Sum of RGB (Red+Green+Blue) = 1+170+185=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #01AAB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AAB9 is #FE5546. Grayscale: #787878. Windows color (decimal): -16667975 or 12167681. OLE color: 12167681.

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

Color convert

RGB 1 170 185 -
CMYK 0.99 0.08 0 0.27
HSL 184.89º 0.99% 0.36% -
HSV(B) 184.89º 0.99% 0.73% -
XYZ 23.14 32.26 50.91 -
YUV 121.18 164.01 42.28 -
System Red Green Blue C M Y K H S L
Decimal 1 170 185 0.99 0.08 0 0.27 184.89 0.99 0.36
Hex 1 AA B9 63 8 0 1B B9 63 24
Octal 1 252 271 143 10 0 33 271 143 44
Binary 1 10101010 10111001 1100011 1000 0 11011 10111001 1100011 100100

Color Harmonies of #01AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AAB9

Black with #01AAB9

Text Example


Text Example

White with #01AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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