Html Css Color HEX #01ABBF Iris Blue

📋 copy color: '#01ABBF'

red 1 ◦ green 171 ◦ blue 191

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

Shades of Iris Blue #01ABBF

Tints of Iris Blue #01ABBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.62%

R = 0.28%
G = 47.11%
B = 52.62%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01ABBF (or 0x01ABBF) is known color: Iris Blue. HEX triplet: 01, AB and BF. RGB value is (1,171,191). Sum of RGB (Red+Green+Blue) = 1+171+191=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #01ABBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABBF is #FE5440. Grayscale: #7A7A7A. Windows color (decimal): -16667713 or 12561153. OLE color: 12561153.

HSL color Cylindrical-coordinate representation of color #01ABBF: hue angle of 186.32º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ABBF is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 171 191 -
CMYK 0.99 0.10 0 0.25
HSL 186.32º 0.99% 0.38% -
HSV(B) 186.32º 0.99% 0.75% -
XYZ 23.98 32.89 54.38 -
YUV 122.45 166.68 41.37 -
System Red Green Blue C M Y K H S L
Decimal 1 171 191 0.99 0.10 0 0.25 186.32 0.99 0.38
Hex 1 AB BF 63 A 0 19 BA 63 26
Octal 1 253 277 143 12 0 31 272 143 46
Binary 1 10101011 10111111 1100011 1010 0 11001 10111010 1100011 100110

Color Harmonies of #01ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABBF

Black with #01ABBF

Text Example


Text Example

White with #01ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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