Html Css Color HEX #01ABCD Iris Blue

📋 copy color: '#01ABCD'

red 1 ◦ green 171 ◦ blue 205

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

Shades of Iris Blue #01ABCD

Tints of Iris Blue #01ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 0.27%
G = 45.36%
B = 54.38%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#01ABCD (or 0x01ABCD) is known color: Iris Blue. HEX triplet: 01, AB and CD. RGB value is (1,171,205). Sum of RGB (Red+Green+Blue) = 1+171+205=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #01ABCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABCD is #FE5432. Grayscale: #7B7B7B. Windows color (decimal): -16667699 or 13478657. OLE color: 13478657.

HSL color Cylindrical-coordinate representation of color #01ABCD: hue angle of 190º 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 #01ABCD is Cyan = 1.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 171 205 -
CMYK 1.00 0.17 0 0.20
HSL 190º 0.99% 0.4% -
HSV(B) 190º 1% 0.8% -
XYZ 25.59 33.54 62.88 -
YUV 124.05 173.68 40.24 -
System Red Green Blue C M Y K H S L
Decimal 1 171 205 1.00 0.17 0 0.20 190 0.99 0.4
Hex 1 AB CD 64 11 0 14 BE 63 28
Octal 1 253 315 144 21 0 24 276 143 50
Binary 1 10101011 11001101 1100100 10001 0 10100 10111110 1100011 101000

Color Harmonies of #01ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABCD

Black with #01ABCD

Text Example


Text Example

White with #01ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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