Html Css Color HEX #01ABC2 Iris Blue

📋 copy color: '#01ABC2'

red 1 ◦ green 171 ◦ blue 194

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

Shades of Iris Blue #01ABC2

Tints of Iris Blue #01ABC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.01%

R = 0.27%
G = 46.72%
B = 53.01%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01ABC2 (or 0x01ABC2) is known color: Iris Blue. HEX triplet: 01, AB and C2. RGB value is (1,171,194). Sum of RGB (Red+Green+Blue) = 1+171+194=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #01ABC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABC2 is #FE543D. Grayscale: #7A7A7A. Windows color (decimal): -16667710 or 12757761. OLE color: 12757761.

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

Color convert

RGB 1 171 194 -
CMYK 0.99 0.12 0 0.24
HSL 187.15º 0.99% 0.38% -
HSV(B) 187.15º 0.99% 0.76% -
XYZ 24.31 33.03 56.13 -
YUV 122.79 168.18 41.13 -
System Red Green Blue C M Y K H S L
Decimal 1 171 194 0.99 0.12 0 0.24 187.15 0.99 0.38
Hex 1 AB C2 63 C 0 18 BB 63 26
Octal 1 253 302 143 14 0 30 273 143 46
Binary 1 10101011 11000010 1100011 1100 0 11000 10111011 1100011 100110

Color Harmonies of #01ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABC2

Black with #01ABC2

Text Example


Text Example

White with #01ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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