Html Css Color HEX #01ABC1 Iris Blue

📋 copy color: '#01ABC1'

red 1 ◦ green 171 ◦ blue 193

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

Shades of Iris Blue #01ABC1

Tints of Iris Blue #01ABC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 0.27%
G = 46.85%
B = 52.88%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01ABC1 (or 0x01ABC1) is known color: Iris Blue. HEX triplet: 01, AB and C1. RGB value is (1,171,193). Sum of RGB (Red+Green+Blue) = 1+171+193=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #01ABC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABC1 is #FE543E. Grayscale: #7A7A7A. Windows color (decimal): -16667711 or 12692225. OLE color: 12692225.

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

Color convert

RGB 1 171 193 -
CMYK 0.99 0.11 0 0.24
HSL 186.88º 0.99% 0.38% -
HSV(B) 186.88º 0.99% 0.76% -
XYZ 24.2 32.98 55.54 -
YUV 122.68 167.68 41.21 -
System Red Green Blue C M Y K H S L
Decimal 1 171 193 0.99 0.11 0 0.24 186.88 0.99 0.38
Hex 1 AB C1 63 B 0 18 BB 63 26
Octal 1 253 301 143 13 0 30 273 143 46
Binary 1 10101011 11000001 1100011 1011 0 11000 10111011 1100011 100110

Color Harmonies of #01ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABC1

Black with #01ABC1

Text Example


Text Example

White with #01ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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