Shades of Iris Blue #0FB9CF
Tints of Iris Blue #0FB9CF
RGB
CMYK
RGB Variations
Color information
#0FB9CF (or 0x0FB9CF) is known color: Iris Blue. HEX triplet: 0F, B9 and CF. RGB value is (15,185,207). Sum of RGB (Red+Green+Blue) = 15+185+207=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FB9CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB9CF is #F04630. Grayscale: #888888. Windows color (decimal): -15746609 or 13613327. OLE color: 13613327.
HSL color Cylindrical-coordinate representation of color #0FB9CF: hue angle of 186.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB9CF is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 185 | 207 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.19 |
| HSL | 186.88º | 0.86% | 0.44% | - |
| HSV(B) | 186.88º | 0.93% | 0.81% | - |
| XYZ | 28.81 | 39.3 | 65.1 | - |
| YUV | 136.68 | 167.68 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 207 | 0.93 | 0.11 | 0 | 0.19 | 186.88 | 0.86 | 0.44 |
| Hex | F | B9 | CF | 5D | B | 0 | 13 | BB | 56 | 2C |
| Octal | 17 | 271 | 317 | 135 | 13 | 0 | 23 | 273 | 126 | 54 |
| Binary | 1111 | 10111001 | 11001111 | 1011101 | 1011 | 0 | 10011 | 10111011 | 1010110 | 101100 |
Color Harmonies of #0FB9CF
Complementary color
Monochromatic Colors of #0FB9CF
Black with #0FB9CF
Text Example
Text Example
White with #0FB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB9CF; }
p { color: rgb(15,185,207); }
H1.HeaderClassName
{
color: #0FB9CF;
}
.AnyTagClassName
{
color: #0FB9CF;
}
</style>
background-color css
<style>
a { background-color: #0FB9CF; }
a { background-color: rgb(15,185,207); }
div.DivClassName
{
background-color: #0FB9CF;
}
.BgClassName
{
background-color: #0FB9CF;
}
</style>
border-color css
<style>
span { border-color: #0FB9CF; }
span { border-color: rgb(15,185,207); }
td.TdClassName
{
border-color: #0FB9CF;
}
.TagClassName
{
border-color: #0FB9CF;
}
</style>