Html Css Color HEX #01ABC5 Iris Blue

📋 copy color: '#01ABC5'

red 1 ◦ green 171 ◦ blue 197

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

Shades of Iris Blue #01ABC5

Tints of Iris Blue #01ABC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 53.39%

R = 0.27%
G = 46.34%
B = 53.39%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#01ABC5 (or 0x01ABC5) is known color: Iris Blue. HEX triplet: 01, AB and C5. RGB value is (1,171,197). Sum of RGB (Red+Green+Blue) = 1+171+197=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #01ABC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABC5 is #FE543A. Grayscale: #7A7A7A. Windows color (decimal): -16667707 or 12954369. OLE color: 12954369.

HSL color Cylindrical-coordinate representation of color #01ABC5: hue angle of 187.96º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ABC5 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 1 171 197 -
CMYK 0.99 0.13 0 0.23
HSL 187.96º 0.99% 0.39% -
HSV(B) 187.96º 0.99% 0.77% -
XYZ 24.65 33.16 57.93 -
YUV 123.13 169.68 40.89 -
System Red Green Blue C M Y K H S L
Decimal 1 171 197 0.99 0.13 0 0.23 187.96 0.99 0.39
Hex 1 AB C5 63 D 0 17 BC 63 27
Octal 1 253 305 143 15 0 27 274 143 47
Binary 1 10101011 11000101 1100011 1101 0 10111 10111100 1100011 100111

Color Harmonies of #01ABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABC5

Black with #01ABC5

Text Example


Text Example

White with #01ABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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