Shades of Iris Blue #0FBCD9
Tints of Iris Blue #0FBCD9
RGB
CMYK
RGB Variations
Color information
#0FBCD9 (or 0x0FBCD9) is known color: Iris Blue. HEX triplet: 0F, BC and D9. RGB value is (15,188,217). Sum of RGB (Red+Green+Blue) = 15+188+217=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #0FBCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCD9 is #F04326. Grayscale: #8B8B8B. Windows color (decimal): -15745831 or 14269455. OLE color: 14269455.
HSL color Cylindrical-coordinate representation of color #0FBCD9: hue angle of 188.61º 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 #0FBCD9 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 188 | 217 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.15 |
| HSL | 188.61º | 0.87% | 0.45% | - |
| HSV(B) | 188.61º | 0.93% | 0.85% | - |
| XYZ | 30.7 | 41.08 | 71.96 | - |
| YUV | 139.58 | 171.69 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 217 | 0.93 | 0.13 | 0 | 0.15 | 188.61 | 0.87 | 0.45 |
| Hex | F | BC | D9 | 5D | D | 0 | F | BD | 57 | 2D |
| Octal | 17 | 274 | 331 | 135 | 15 | 0 | 17 | 275 | 127 | 55 |
| Binary | 1111 | 10111100 | 11011001 | 1011101 | 1101 | 0 | 1111 | 10111101 | 1010111 | 101101 |
Color Harmonies of #0FBCD9
Complementary color
Monochromatic Colors of #0FBCD9
Black with #0FBCD9
Text Example
Text Example
White with #0FBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCD9; }
p { color: rgb(15,188,217); }
H1.HeaderClassName
{
color: #0FBCD9;
}
.AnyTagClassName
{
color: #0FBCD9;
}
</style>
background-color css
<style>
a { background-color: #0FBCD9; }
a { background-color: rgb(15,188,217); }
div.DivClassName
{
background-color: #0FBCD9;
}
.BgClassName
{
background-color: #0FBCD9;
}
</style>
border-color css
<style>
span { border-color: #0FBCD9; }
span { border-color: rgb(15,188,217); }
td.TdClassName
{
border-color: #0FBCD9;
}
.TagClassName
{
border-color: #0FBCD9;
}
</style>