Shades of Iris Blue #0FBED9
Tints of Iris Blue #0FBED9
RGB
CMYK
RGB Variations
Color information
#0FBED9 (or 0x0FBED9) is known color: Iris Blue. HEX triplet: 0F, BE and D9. RGB value is (15,190,217). Sum of RGB (Red+Green+Blue) = 15+190+217=422 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.55% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #0FBED9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBED9 is #F04126. Grayscale: #8C8C8C. Windows color (decimal): -15745319 or 14269967. OLE color: 14269967.
HSL color Cylindrical-coordinate representation of color #0FBED9: hue angle of 188.02º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBED9 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 190 | 217 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.15 |
| HSL | 188.02º | 0.87% | 0.45% | - |
| HSV(B) | 188.02º | 0.93% | 0.85% | - |
| XYZ | 31.13 | 41.94 | 72.1 | - |
| YUV | 140.75 | 171.02 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 190 | 217 | 0.93 | 0.12 | 0 | 0.15 | 188.02 | 0.87 | 0.45 |
| Hex | F | BE | D9 | 5D | C | 0 | F | BC | 57 | 2D |
| Octal | 17 | 276 | 331 | 135 | 14 | 0 | 17 | 274 | 127 | 55 |
| Binary | 1111 | 10111110 | 11011001 | 1011101 | 1100 | 0 | 1111 | 10111100 | 1010111 | 101101 |
Color Harmonies of #0FBED9
Complementary color
Monochromatic Colors of #0FBED9
Black with #0FBED9
Text Example
Text Example
White with #0FBED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBED9; }
p { color: rgb(15,190,217); }
H1.HeaderClassName
{
color: #0FBED9;
}
.AnyTagClassName
{
color: #0FBED9;
}
</style>
background-color css
<style>
a { background-color: #0FBED9; }
a { background-color: rgb(15,190,217); }
div.DivClassName
{
background-color: #0FBED9;
}
.BgClassName
{
background-color: #0FBED9;
}
</style>
border-color css
<style>
span { border-color: #0FBED9; }
span { border-color: rgb(15,190,217); }
td.TdClassName
{
border-color: #0FBED9;
}
.TagClassName
{
border-color: #0FBED9;
}
</style>