Shades of Iris Blue #0FB8C0
Tints of Iris Blue #0FB8C0
RGB
CMYK
RGB Variations
Color information
#0FB8C0 (or 0x0FB8C0) is known color: Iris Blue. HEX triplet: 0F, B8 and C0. RGB value is (15,184,192). Sum of RGB (Red+Green+Blue) = 15+184+192=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #0FB8C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8C0 is #F0473F. Grayscale: #868686. Windows color (decimal): -15746880 or 12630031. OLE color: 12630031.
HSL color Cylindrical-coordinate representation of color #0FB8C0: hue angle of 182.71º 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 #0FB8C0 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 184 | 192 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.25 |
| HSL | 182.71º | 0.86% | 0.41% | - |
| HSV(B) | 182.71º | 0.92% | 0.75% | - |
| XYZ | 26.85 | 38.19 | 55.83 | - |
| YUV | 134.38 | 160.51 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 192 | 0.92 | 0.04 | 0 | 0.25 | 182.71 | 0.86 | 0.41 |
| Hex | F | B8 | C0 | 5C | 4 | 0 | 19 | B7 | 56 | 29 |
| Octal | 17 | 270 | 300 | 134 | 4 | 0 | 31 | 267 | 126 | 51 |
| Binary | 1111 | 10111000 | 11000000 | 1011100 | 100 | 0 | 11001 | 10110111 | 1010110 | 101001 |
Color Harmonies of #0FB8C0
Complementary color
Monochromatic Colors of #0FB8C0
Black with #0FB8C0
Text Example
Text Example
White with #0FB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB8C0; }
p { color: rgb(15,184,192); }
H1.HeaderClassName
{
color: #0FB8C0;
}
.AnyTagClassName
{
color: #0FB8C0;
}
</style>
background-color css
<style>
a { background-color: #0FB8C0; }
a { background-color: rgb(15,184,192); }
div.DivClassName
{
background-color: #0FB8C0;
}
.BgClassName
{
background-color: #0FB8C0;
}
</style>
border-color css
<style>
span { border-color: #0FB8C0; }
span { border-color: rgb(15,184,192); }
td.TdClassName
{
border-color: #0FB8C0;
}
.TagClassName
{
border-color: #0FB8C0;
}
</style>