Shades of Iris Blue #01B0E3
Tints of Iris Blue #01B0E3
RGB
CMYK
RGB Variations
Color information
#01B0E3 (or 0x01B0E3) is known color: Iris Blue. HEX triplet: 01, B0 and E3. RGB value is (1,176,227). Sum of RGB (Red+Green+Blue) = 1+176+227=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #01B0E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B0E3 is #FE4F1C. Grayscale: #818181. Windows color (decimal): -16666397 or 14921729. OLE color: 14921729.
HSL color Cylindrical-coordinate representation of color #01B0E3: hue angle of 193.54º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B0E3 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 176 | 227 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.11 |
| HSL | 193.54º | 0.99% | 0.45% | - |
| HSV(B) | 193.54º | 1% | 0.89% | - |
| XYZ | 29.4 | 36.6 | 78.19 | - |
| YUV | 129.49 | 183.02 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 227 | 1.00 | 0.22 | 0 | 0.11 | 193.54 | 0.99 | 0.45 |
| Hex | 1 | B0 | E3 | 64 | 16 | 0 | B | C2 | 63 | 2D |
| Octal | 1 | 260 | 343 | 144 | 26 | 0 | 13 | 302 | 143 | 55 |
| Binary | 1 | 10110000 | 11100011 | 1100100 | 10110 | 0 | 1011 | 11000010 | 1100011 | 101101 |
Color Harmonies of #01B0E3
Complementary color
Monochromatic Colors of #01B0E3
Black with #01B0E3
Text Example
Text Example
White with #01B0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B0E3; }
p { color: rgb(1,176,227); }
H1.HeaderClassName
{
color: #01B0E3;
}
.AnyTagClassName
{
color: #01B0E3;
}
</style>
background-color css
<style>
a { background-color: #01B0E3; }
a { background-color: rgb(1,176,227); }
div.DivClassName
{
background-color: #01B0E3;
}
.BgClassName
{
background-color: #01B0E3;
}
</style>
border-color css
<style>
span { border-color: #01B0E3; }
span { border-color: rgb(1,176,227); }
td.TdClassName
{
border-color: #01B0E3;
}
.TagClassName
{
border-color: #01B0E3;
}
</style>