Html Css Color HEX #01ABCE Iris Blue

📋 copy color: '#01ABCE'

red 1 ◦ green 171 ◦ blue 206

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

Shades of Iris Blue #01ABCE

Tints of Iris Blue #01ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 0.26%
G = 45.24%
B = 54.5%

CMYK

 C value IS 1.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01ABCE (or 0x01ABCE) is known color: Iris Blue. HEX triplet: 01, AB and CE. RGB value is (1,171,206). Sum of RGB (Red+Green+Blue) = 1+171+206=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #01ABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ABCE is #FE5431. Grayscale: #7B7B7B. Windows color (decimal): -16667698 or 13544193. OLE color: 13544193.

HSL color Cylindrical-coordinate representation of color #01ABCE: hue angle of 190.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABCE is Cyan = 1.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 171 206 -
CMYK 1.00 0.17 0 0.19
HSL 190.24º 0.99% 0.41% -
HSV(B) 190.24º 1% 0.81% -
XYZ 25.72 33.59 63.52 -
YUV 124.16 174.18 40.15 -
System Red Green Blue C M Y K H S L
Decimal 1 171 206 1.00 0.17 0 0.19 190.24 0.99 0.41
Hex 1 AB CE 64 11 0 13 BE 63 29
Octal 1 253 316 144 21 0 23 276 143 51
Binary 1 10101011 11001110 1100100 10001 0 10011 10111110 1100011 101001

Color Harmonies of #01ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABCE

Black with #01ABCE

Text Example


Text Example

White with #01ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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