Html Css Color HEX #01B1E1 Iris Blue

📋 copy color: '#01B1E1'

red 1 ◦ green 177 ◦ blue 225

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

Shades of Iris Blue #01B1E1

Tints of Iris Blue #01B1E1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

 BLUE value IS 225 (88.28% from 255) = 55.83%

R = 0.25%
G = 43.92%
B = 55.83%

CMYK

 C value IS 1.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#01B1E1 (or 0x01B1E1) is known color: Iris Blue. HEX triplet: 01, B1 and E1. RGB value is (1,177,225). Sum of RGB (Red+Green+Blue) = 1+177+225=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #01B1E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B1E1 is #FE4E1E. Grayscale: #818181. Windows color (decimal): -16666143 or 14790913. OLE color: 14790913.

HSL color Cylindrical-coordinate representation of color #01B1E1: hue angle of 192.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B1E1 is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 177 225 -
CMYK 1.00 0.21 0 0.12
HSL 192.86º 0.99% 0.44% -
HSV(B) 192.86º 1% 0.88% -
XYZ 29.33 36.89 76.81 -
YUV 129.85 181.69 36.1 -
System Red Green Blue C M Y K H S L
Decimal 1 177 225 1.00 0.21 0 0.12 192.86 0.99 0.44
Hex 1 B1 E1 64 15 0 C C1 63 2C
Octal 1 261 341 144 25 0 14 301 143 54
Binary 1 10110001 11100001 1100100 10101 0 1100 11000001 1100011 101100

Color Harmonies of #01B1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B1E1

Black with #01B1E1

Text Example


Text Example

White with #01B1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,177,225); }

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

background-color css

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

 a { background-color: rgb(1,177,225); }

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

border-color css

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

 span { border-color: rgb(1,177,225); }

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