Shades of Iris Blue #0FB6E4
Tints of Iris Blue #0FB6E4
RGB
CMYK
RGB Variations
Color information
#0FB6E4 (or 0x0FB6E4) is known color: Iris Blue. HEX triplet: 0F, B6 and E4. RGB value is (15,182,228). Sum of RGB (Red+Green+Blue) = 15+182+228=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 228 (89.45% from 255 or 53.65% from 425); Max value from RGB is 228 - color contains mainly: blue. Hex color #0FB6E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB6E4 is #F0491B. Grayscale: #888888. Windows color (decimal): -15747356 or 14988815. OLE color: 14988815.
HSL color Cylindrical-coordinate representation of color #0FB6E4: hue angle of 192.96º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB6E4 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 182 | 228 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.11 |
| HSL | 192.96º | 0.88% | 0.48% | - |
| HSV(B) | 192.96º | 0.93% | 0.89% | - |
| XYZ | 30.93 | 39.16 | 79.33 | - |
| YUV | 137.31 | 179.17 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 228 | 0.93 | 0.20 | 0 | 0.11 | 192.96 | 0.88 | 0.48 |
| Hex | F | B6 | E4 | 5D | 14 | 0 | B | C1 | 58 | 30 |
| Octal | 17 | 266 | 344 | 135 | 24 | 0 | 13 | 301 | 130 | 60 |
| Binary | 1111 | 10110110 | 11100100 | 1011101 | 10100 | 0 | 1011 | 11000001 | 1011000 | 110000 |
Color Harmonies of #0FB6E4
Complementary color
Monochromatic Colors of #0FB6E4
Black with #0FB6E4
Text Example
Text Example
White with #0FB6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB6E4; }
p { color: rgb(15,182,228); }
H1.HeaderClassName
{
color: #0FB6E4;
}
.AnyTagClassName
{
color: #0FB6E4;
}
</style>
background-color css
<style>
a { background-color: #0FB6E4; }
a { background-color: rgb(15,182,228); }
div.DivClassName
{
background-color: #0FB6E4;
}
.BgClassName
{
background-color: #0FB6E4;
}
</style>
border-color css
<style>
span { border-color: #0FB6E4; }
span { border-color: rgb(15,182,228); }
td.TdClassName
{
border-color: #0FB6E4;
}
.TagClassName
{
border-color: #0FB6E4;
}
</style>