Shades of Iris Blue #0FC0BA
Tints of Iris Blue #0FC0BA
RGB
CMYK
RGB Variations
Color information
#0FC0BA (or 0x0FC0BA) is known color: Iris Blue. HEX triplet: 0F, C0 and BA. RGB value is (15,192,186). Sum of RGB (Red+Green+Blue) = 15+192+186=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC0BA is #F03F45. Grayscale: #8A8A8A. Windows color (decimal): -15744838 or 12238863. OLE color: 12238863.
HSL color Cylindrical-coordinate representation of color #0FC0BA: hue angle of 177.97º 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 #0FC0BA is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 186 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.25 |
| HSL | 177.97º | 0.86% | 0.41% | - |
| HSV(B) | 177.97º | 0.92% | 0.75% | - |
| XYZ | 27.91 | 41.35 | 52.96 | - |
| YUV | 138.39 | 154.86 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 186 | 0.92 | 0 | 0.03 | 0.25 | 177.97 | 0.86 | 0.41 |
| Hex | F | C0 | BA | 5C | 0 | 3 | 19 | B2 | 56 | 29 |
| Octal | 17 | 300 | 272 | 134 | 0 | 3 | 31 | 262 | 126 | 51 |
| Binary | 1111 | 11000000 | 10111010 | 1011100 | 0 | 11 | 11001 | 10110010 | 1010110 | 101001 |
Color Harmonies of #0FC0BA
Complementary color
Monochromatic Colors of #0FC0BA
Black with #0FC0BA
Text Example
Text Example
White with #0FC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC0BA; }
p { color: rgb(15,192,186); }
H1.HeaderClassName
{
color: #0FC0BA;
}
.AnyTagClassName
{
color: #0FC0BA;
}
</style>
background-color css
<style>
a { background-color: #0FC0BA; }
a { background-color: rgb(15,192,186); }
div.DivClassName
{
background-color: #0FC0BA;
}
.BgClassName
{
background-color: #0FC0BA;
}
</style>
border-color css
<style>
span { border-color: #0FC0BA; }
span { border-color: rgb(15,192,186); }
td.TdClassName
{
border-color: #0FC0BA;
}
.TagClassName
{
border-color: #0FC0BA;
}
</style>