Shades of Iris Blue #0FBCE2
Tints of Iris Blue #0FBCE2
RGB
CMYK
RGB Variations
Color information
#0FBCE2 (or 0x0FBCE2) is known color: Iris Blue. HEX triplet: 0F, BC and E2. RGB value is (15,188,226). Sum of RGB (Red+Green+Blue) = 15+188+226=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 226 (88.67% from 255 or 52.68% from 429); Max value from RGB is 226 - color contains mainly: blue. Hex color #0FBCE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCE2 is #F0431D. Grayscale: #8C8C8C. Windows color (decimal): -15745822 or 14859279. OLE color: 14859279.
HSL color Cylindrical-coordinate representation of color #0FBCE2: hue angle of 190.81º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBCE2 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 188 | 226 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.11 |
| HSL | 190.81º | 0.88% | 0.47% | - |
| HSV(B) | 190.81º | 0.93% | 0.89% | - |
| XYZ | 31.91 | 41.56 | 78.29 | - |
| YUV | 140.61 | 176.19 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 226 | 0.93 | 0.17 | 0 | 0.11 | 190.81 | 0.88 | 0.47 |
| Hex | F | BC | E2 | 5D | 11 | 0 | B | BF | 58 | 2F |
| Octal | 17 | 274 | 342 | 135 | 21 | 0 | 13 | 277 | 130 | 57 |
| Binary | 1111 | 10111100 | 11100010 | 1011101 | 10001 | 0 | 1011 | 10111111 | 1011000 | 101111 |
Color Harmonies of #0FBCE2
Complementary color
Monochromatic Colors of #0FBCE2
Black with #0FBCE2
Text Example
Text Example
White with #0FBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCE2; }
p { color: rgb(15,188,226); }
H1.HeaderClassName
{
color: #0FBCE2;
}
.AnyTagClassName
{
color: #0FBCE2;
}
</style>
background-color css
<style>
a { background-color: #0FBCE2; }
a { background-color: rgb(15,188,226); }
div.DivClassName
{
background-color: #0FBCE2;
}
.BgClassName
{
background-color: #0FBCE2;
}
</style>
border-color css
<style>
span { border-color: #0FBCE2; }
span { border-color: rgb(15,188,226); }
td.TdClassName
{
border-color: #0FBCE2;
}
.TagClassName
{
border-color: #0FBCE2;
}
</style>