Html Css Color HEX #01ABC8 Iris Blue

📋 copy color: '#01ABC8'

red 1 ◦ green 171 ◦ blue 200

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

Shades of Iris Blue #01ABC8

Tints of Iris Blue #01ABC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.76%

R = 0.27%
G = 45.97%
B = 53.76%

CMYK

 C value IS 1.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#01ABC8 (or 0x01ABC8) is known color: Iris Blue. HEX triplet: 01, AB and C8. RGB value is (1,171,200). Sum of RGB (Red+Green+Blue) = 1+171+200=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #01ABC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABC8 is #FE5437. Grayscale: #7B7B7B. Windows color (decimal): -16667704 or 13150977. OLE color: 13150977.

HSL color Cylindrical-coordinate representation of color #01ABC8: hue angle of 188.74º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABC8 is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 171 200 -
CMYK 1.00 0.14 0 0.22
HSL 188.74º 0.99% 0.39% -
HSV(B) 188.74º 1% 0.78% -
XYZ 25 33.3 59.75 -
YUV 123.48 171.18 40.64 -
System Red Green Blue C M Y K H S L
Decimal 1 171 200 1.00 0.14 0 0.22 188.74 0.99 0.39
Hex 1 AB C8 64 E 0 16 BD 63 27
Octal 1 253 310 144 16 0 26 275 143 47
Binary 1 10101011 11001000 1100100 1110 0 10110 10111101 1100011 100111

Color Harmonies of #01ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABC8

Black with #01ABC8

Text Example


Text Example

White with #01ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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