Shades of Iris Blue #0FB9E0
Tints of Iris Blue #0FB9E0
RGB
CMYK
RGB Variations
Color information
#0FB9E0 (or 0x0FB9E0) is known color: Iris Blue. HEX triplet: 0F, B9 and E0. RGB value is (15,185,224). Sum of RGB (Red+Green+Blue) = 15+185+224=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #0FB9E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB9E0 is #F0461F. Grayscale: #8A8A8A. Windows color (decimal): -15746592 or 14727439. OLE color: 14727439.
HSL color Cylindrical-coordinate representation of color #0FB9E0: hue angle of 191.2º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB9E0 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 185 | 224 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.12 |
| HSL | 191.2º | 0.87% | 0.47% | - |
| HSV(B) | 191.2º | 0.93% | 0.88% | - |
| XYZ | 31 | 40.18 | 76.64 | - |
| YUV | 138.62 | 176.18 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 224 | 0.93 | 0.17 | 0 | 0.12 | 191.2 | 0.87 | 0.47 |
| Hex | F | B9 | E0 | 5D | 11 | 0 | C | BF | 57 | 2F |
| Octal | 17 | 271 | 340 | 135 | 21 | 0 | 14 | 277 | 127 | 57 |
| Binary | 1111 | 10111001 | 11100000 | 1011101 | 10001 | 0 | 1100 | 10111111 | 1010111 | 101111 |
Color Harmonies of #0FB9E0
Complementary color
Monochromatic Colors of #0FB9E0
Black with #0FB9E0
Text Example
Text Example
White with #0FB9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB9E0; }
p { color: rgb(15,185,224); }
H1.HeaderClassName
{
color: #0FB9E0;
}
.AnyTagClassName
{
color: #0FB9E0;
}
</style>
background-color css
<style>
a { background-color: #0FB9E0; }
a { background-color: rgb(15,185,224); }
div.DivClassName
{
background-color: #0FB9E0;
}
.BgClassName
{
background-color: #0FB9E0;
}
</style>
border-color css
<style>
span { border-color: #0FB9E0; }
span { border-color: rgb(15,185,224); }
td.TdClassName
{
border-color: #0FB9E0;
}
.TagClassName
{
border-color: #0FB9E0;
}
</style>