Shades of Iris Blue #0FB6C0
Tints of Iris Blue #0FB6C0
RGB
CMYK
RGB Variations
Color information
#0FB6C0 (or 0x0FB6C0) is known color: Iris Blue. HEX triplet: 0F, B6 and C0. RGB value is (15,182,192). Sum of RGB (Red+Green+Blue) = 15+182+192=389 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.86% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #0FB6C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB6C0 is #F0493F. Grayscale: #858585. Windows color (decimal): -15747392 or 12629519. OLE color: 12629519.
HSL color Cylindrical-coordinate representation of color #0FB6C0: hue angle of 183.39º 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 #0FB6C0 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 182 | 192 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.25 |
| HSL | 183.39º | 0.86% | 0.41% | - |
| HSV(B) | 183.39º | 0.92% | 0.75% | - |
| XYZ | 26.44 | 37.36 | 55.69 | - |
| YUV | 133.21 | 161.17 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 192 | 0.92 | 0.05 | 0 | 0.25 | 183.39 | 0.86 | 0.41 |
| Hex | F | B6 | C0 | 5C | 5 | 0 | 19 | B7 | 56 | 29 |
| Octal | 17 | 266 | 300 | 134 | 5 | 0 | 31 | 267 | 126 | 51 |
| Binary | 1111 | 10110110 | 11000000 | 1011100 | 101 | 0 | 11001 | 10110111 | 1010110 | 101001 |
Color Harmonies of #0FB6C0
Complementary color
Monochromatic Colors of #0FB6C0
Black with #0FB6C0
Text Example
Text Example
White with #0FB6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB6C0; }
p { color: rgb(15,182,192); }
H1.HeaderClassName
{
color: #0FB6C0;
}
.AnyTagClassName
{
color: #0FB6C0;
}
</style>
background-color css
<style>
a { background-color: #0FB6C0; }
a { background-color: rgb(15,182,192); }
div.DivClassName
{
background-color: #0FB6C0;
}
.BgClassName
{
background-color: #0FB6C0;
}
</style>
border-color css
<style>
span { border-color: #0FB6C0; }
span { border-color: rgb(15,182,192); }
td.TdClassName
{
border-color: #0FB6C0;
}
.TagClassName
{
border-color: #0FB6C0;
}
</style>