Shades of Iris Blue #01B7E0
Tints of Iris Blue #01B7E0
RGB
CMYK
RGB Variations
Color information
#01B7E0 (or 0x01B7E0) is known color: Iris Blue. HEX triplet: 01, B7 and E0. RGB value is (1,183,224). Sum of RGB (Red+Green+Blue) = 1+183+224=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #01B7E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B7E0 is #FE481F. Grayscale: #848484. Windows color (decimal): -16664608 or 14726913. OLE color: 14726913.
HSL color Cylindrical-coordinate representation of color #01B7E0: hue angle of 191.03º 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 #01B7E0 is Cyan = 1.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 183 | 224 | - |
| CMYK | 1.00 | 0.18 | 0 | 0.12 |
| HSL | 191.03º | 0.99% | 0.44% | - |
| HSV(B) | 191.03º | 1% | 0.88% | - |
| XYZ | 30.4 | 39.26 | 76.5 | - |
| YUV | 133.26 | 179.2 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 224 | 1.00 | 0.18 | 0 | 0.12 | 191.03 | 0.99 | 0.44 |
| Hex | 1 | B7 | E0 | 64 | 12 | 0 | C | BF | 63 | 2C |
| Octal | 1 | 267 | 340 | 144 | 22 | 0 | 14 | 277 | 143 | 54 |
| Binary | 1 | 10110111 | 11100000 | 1100100 | 10010 | 0 | 1100 | 10111111 | 1100011 | 101100 |
Color Harmonies of #01B7E0
Complementary color
Monochromatic Colors of #01B7E0
Black with #01B7E0
Text Example
Text Example
White with #01B7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B7E0; }
p { color: rgb(1,183,224); }
H1.HeaderClassName
{
color: #01B7E0;
}
.AnyTagClassName
{
color: #01B7E0;
}
</style>
background-color css
<style>
a { background-color: #01B7E0; }
a { background-color: rgb(1,183,224); }
div.DivClassName
{
background-color: #01B7E0;
}
.BgClassName
{
background-color: #01B7E0;
}
</style>
border-color css
<style>
span { border-color: #01B7E0; }
span { border-color: rgb(1,183,224); }
td.TdClassName
{
border-color: #01B7E0;
}
.TagClassName
{
border-color: #01B7E0;
}
</style>