Html Css Color HEX #01ABCB Iris Blue

📋 copy color: '#01ABCB'

red 1 ◦ green 171 ◦ blue 203

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

Shades of Iris Blue #01ABCB

Tints of Iris Blue #01ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 0.27%
G = 45.6%
B = 54.13%

CMYK

 C value IS 1.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#01ABCB (or 0x01ABCB) is known color: Iris Blue. HEX triplet: 01, AB and CB. RGB value is (1,171,203). Sum of RGB (Red+Green+Blue) = 1+171+203=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #01ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABCB is #FE5434. Grayscale: #7B7B7B. Windows color (decimal): -16667701 or 13347585. OLE color: 13347585.

HSL color Cylindrical-coordinate representation of color #01ABCB: hue angle of 189.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABCB is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 171 203 -
CMYK 1.00 0.16 0 0.20
HSL 189.5º 0.99% 0.4% -
HSV(B) 189.5º 1% 0.8% -
XYZ 25.35 33.44 61.62 -
YUV 123.82 172.68 40.4 -
System Red Green Blue C M Y K H S L
Decimal 1 171 203 1.00 0.16 0 0.20 189.5 0.99 0.4
Hex 1 AB CB 64 10 0 14 BE 63 28
Octal 1 253 313 144 20 0 24 276 143 50
Binary 1 10101011 11001011 1100100 10000 0 10100 10111110 1100011 101000

Color Harmonies of #01ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABCB

Black with #01ABCB

Text Example


Text Example

White with #01ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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