Shades of Iris Blue #01B1DE
Tints of Iris Blue #01B1DE
RGB
CMYK
RGB Variations
Color information
#01B1DE (or 0x01B1DE) is known color: Iris Blue. HEX triplet: 01, B1 and DE. RGB value is (1,177,222). Sum of RGB (Red+Green+Blue) = 1+177+222=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #01B1DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B1DE is #FE4E21. Grayscale: #818181. Windows color (decimal): -16666146 or 14594305. OLE color: 14594305.
HSL color Cylindrical-coordinate representation of color #01B1DE: hue angle of 192.22º 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 #01B1DE is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 177 | 222 | - |
| CMYK | 1.00 | 0.20 | 0 | 0.13 |
| HSL | 192.22º | 0.99% | 0.44% | - |
| HSV(B) | 192.22º | 1% | 0.87% | - |
| XYZ | 28.92 | 36.72 | 74.67 | - |
| YUV | 129.51 | 180.19 | 36.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 177 | 222 | 1.00 | 0.20 | 0 | 0.13 | 192.22 | 0.99 | 0.44 |
| Hex | 1 | B1 | DE | 64 | 14 | 0 | D | C0 | 63 | 2C |
| Octal | 1 | 261 | 336 | 144 | 24 | 0 | 15 | 300 | 143 | 54 |
| Binary | 1 | 10110001 | 11011110 | 1100100 | 10100 | 0 | 1101 | 11000000 | 1100011 | 101100 |
Color Harmonies of #01B1DE
Complementary color
Monochromatic Colors of #01B1DE
Black with #01B1DE
Text Example
Text Example
White with #01B1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B1DE; }
p { color: rgb(1,177,222); }
H1.HeaderClassName
{
color: #01B1DE;
}
.AnyTagClassName
{
color: #01B1DE;
}
</style>
background-color css
<style>
a { background-color: #01B1DE; }
a { background-color: rgb(1,177,222); }
div.DivClassName
{
background-color: #01B1DE;
}
.BgClassName
{
background-color: #01B1DE;
}
</style>
border-color css
<style>
span { border-color: #01B1DE; }
span { border-color: rgb(1,177,222); }
td.TdClassName
{
border-color: #01B1DE;
}
.TagClassName
{
border-color: #01B1DE;
}
</style>