#01B1DF

Color #01B1DF Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #01B1DF

Tints of Iris Blue #01B1DF

Color information

#01B1DF (or 0x01B1DF) is unknown color: approx Iris Blue. HEX triplet: 01, B1 and DF. RGB value is (1,177,223). Sum of RGB (Red+Green+Blue) = 1+177+223=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #01B1DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B1DF is #FE4E20. Grayscale: #818181. Windows color (decimal): -16666145 or 14659841. OLE color: 14659841.

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

Color convert

RGB1177223-
CMYK1.000.2100.13
HSL192.43º99.11%43.92%-
HSV(B)192.43º99.55%87.45%-
XYZ29.0536.7875.38-
YUV129.62180.6936.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 223 (87.5% from 255) = 55.61%
R=0.25%
G=44.14%
B=55.61%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11772231.000.2100.13192.4399.1143.92
Hex1B1DF64150Dc0632c
Octal12613371442501530014354
Binary1101100011101111111001001010101101110000001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01B1DF;
 }
 .AnyTagClassName
 {
   color: #01B1DF;
 }
</style>
background-color css

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

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

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

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

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

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