Html Css Color HEX #01ABB9 Iris Blue

📋 copy color: '#01ABB9'

red 1 ◦ green 171 ◦ blue 185

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

Shades of Iris Blue #01ABB9

Tints of Iris Blue #01ABB9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.9%

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

R = 0.28%
G = 47.9%
B = 51.82%

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

#01ABB9 (or 0x01ABB9) is known color: Iris Blue. HEX triplet: 01, AB and B9. RGB value is (1,171,185). Sum of RGB (Red+Green+Blue) = 1+171+185=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #01ABB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABB9 is #FE5446. Grayscale: #797979. Windows color (decimal): -16667719 or 12167937. OLE color: 12167937.

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

Color convert

RGB 1 171 185 -
CMYK 0.99 0.08 0 0.27
HSL 184.57º 0.99% 0.36% -
HSV(B) 184.57º 0.99% 0.73% -
XYZ 23.33 32.64 50.97 -
YUV 121.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 1 171 185 0.99 0.08 0 0.27 184.57 0.99 0.36
Hex 1 AB B9 63 8 0 1B B9 63 24
Octal 1 253 271 143 10 0 33 271 143 44
Binary 1 10101011 10111001 1100011 1000 0 11011 10111001 1100011 100100

Color Harmonies of #01ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABB9

Black with #01ABB9

Text Example


Text Example

White with #01ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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