Shades of Iris Blue #0FBCC0
Tints of Iris Blue #0FBCC0
RGB
CMYK
RGB Variations
Color information
#0FBCC0 (or 0x0FBCC0) is known color: Iris Blue. HEX triplet: 0F, BC and C0. RGB value is (15,188,192). Sum of RGB (Red+Green+Blue) = 15+188+192=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #0FBCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCC0 is #F0433F. Grayscale: #888888. Windows color (decimal): -15745856 or 12631055. OLE color: 12631055.
HSL color Cylindrical-coordinate representation of color #0FBCC0: hue angle of 181.36º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBCC0 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 188 | 192 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.25 |
| HSL | 181.36º | 0.86% | 0.41% | - |
| HSV(B) | 181.36º | 0.92% | 0.75% | - |
| XYZ | 27.69 | 39.87 | 56.11 | - |
| YUV | 136.73 | 159.19 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 192 | 0.92 | 0.02 | 0 | 0.25 | 181.36 | 0.86 | 0.41 |
| Hex | F | BC | C0 | 5C | 2 | 0 | 19 | B5 | 56 | 29 |
| Octal | 17 | 274 | 300 | 134 | 2 | 0 | 31 | 265 | 126 | 51 |
| Binary | 1111 | 10111100 | 11000000 | 1011100 | 10 | 0 | 11001 | 10110101 | 1010110 | 101001 |
Color Harmonies of #0FBCC0
Complementary color
Monochromatic Colors of #0FBCC0
Black with #0FBCC0
Text Example
Text Example
White with #0FBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCC0; }
p { color: rgb(15,188,192); }
H1.HeaderClassName
{
color: #0FBCC0;
}
.AnyTagClassName
{
color: #0FBCC0;
}
</style>
background-color css
<style>
a { background-color: #0FBCC0; }
a { background-color: rgb(15,188,192); }
div.DivClassName
{
background-color: #0FBCC0;
}
.BgClassName
{
background-color: #0FBCC0;
}
</style>
border-color css
<style>
span { border-color: #0FBCC0; }
span { border-color: rgb(15,188,192); }
td.TdClassName
{
border-color: #0FBCC0;
}
.TagClassName
{
border-color: #0FBCC0;
}
</style>