Shades of Iris Blue #0FB9BE
Tints of Iris Blue #0FB9BE
RGB
CMYK
RGB Variations
Color information
#0FB9BE (or 0x0FB9BE) is known color: Iris Blue. HEX triplet: 0F, B9 and BE. RGB value is (15,185,190). Sum of RGB (Red+Green+Blue) = 15+185+190=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FB9BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB9BE is #F04641. Grayscale: #868686. Windows color (decimal): -15746626 or 12499215. OLE color: 12499215.
HSL color Cylindrical-coordinate representation of color #0FB9BE: hue angle of 181.71º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB9BE is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 185 | 190 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.25 |
| HSL | 181.71º | 0.85% | 0.4% | - |
| HSV(B) | 181.71º | 0.92% | 0.75% | - |
| XYZ | 26.84 | 38.52 | 54.74 | - |
| YUV | 134.74 | 159.18 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 190 | 0.92 | 0.03 | 0 | 0.25 | 181.71 | 0.85 | 0.4 |
| Hex | F | B9 | BE | 5C | 3 | 0 | 19 | B6 | 55 | 28 |
| Octal | 17 | 271 | 276 | 134 | 3 | 0 | 31 | 266 | 125 | 50 |
| Binary | 1111 | 10111001 | 10111110 | 1011100 | 11 | 0 | 11001 | 10110110 | 1010101 | 101000 |
Color Harmonies of #0FB9BE
Complementary color
Monochromatic Colors of #0FB9BE
Black with #0FB9BE
Text Example
Text Example
White with #0FB9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB9BE; }
p { color: rgb(15,185,190); }
H1.HeaderClassName
{
color: #0FB9BE;
}
.AnyTagClassName
{
color: #0FB9BE;
}
</style>
background-color css
<style>
a { background-color: #0FB9BE; }
a { background-color: rgb(15,185,190); }
div.DivClassName
{
background-color: #0FB9BE;
}
.BgClassName
{
background-color: #0FB9BE;
}
</style>
border-color css
<style>
span { border-color: #0FB9BE; }
span { border-color: rgb(15,185,190); }
td.TdClassName
{
border-color: #0FB9BE;
}
.TagClassName
{
border-color: #0FB9BE;
}
</style>