Shades of Iris Blue #0FC1BA
Tints of Iris Blue #0FC1BA
RGB
CMYK
RGB Variations
Color information
#0FC1BA (or 0x0FC1BA) is known color: Iris Blue. HEX triplet: 0F, C1 and BA. RGB value is (15,193,186). Sum of RGB (Red+Green+Blue) = 15+193+186=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC1BA is #F03E45. Grayscale: #8A8A8A. Windows color (decimal): -15744582 or 12239119. OLE color: 12239119.
HSL color Cylindrical-coordinate representation of color #0FC1BA: hue angle of 177.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC1BA is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 186 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.24 |
| HSL | 177.64º | 0.86% | 0.41% | - |
| HSV(B) | 177.64º | 0.92% | 0.76% | - |
| XYZ | 28.13 | 41.79 | 53.04 | - |
| YUV | 138.98 | 154.53 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 186 | 0.92 | 0 | 0.04 | 0.24 | 177.64 | 0.86 | 0.41 |
| Hex | F | C1 | BA | 5C | 0 | 4 | 18 | B2 | 56 | 29 |
| Octal | 17 | 301 | 272 | 134 | 0 | 4 | 30 | 262 | 126 | 51 |
| Binary | 1111 | 11000001 | 10111010 | 1011100 | 0 | 100 | 11000 | 10110010 | 1010110 | 101001 |
Color Harmonies of #0FC1BA
Complementary color
Monochromatic Colors of #0FC1BA
Black with #0FC1BA
Text Example
Text Example
White with #0FC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC1BA; }
p { color: rgb(15,193,186); }
H1.HeaderClassName
{
color: #0FC1BA;
}
.AnyTagClassName
{
color: #0FC1BA;
}
</style>
background-color css
<style>
a { background-color: #0FC1BA; }
a { background-color: rgb(15,193,186); }
div.DivClassName
{
background-color: #0FC1BA;
}
.BgClassName
{
background-color: #0FC1BA;
}
</style>
border-color css
<style>
span { border-color: #0FC1BA; }
span { border-color: rgb(15,193,186); }
td.TdClassName
{
border-color: #0FC1BA;
}
.TagClassName
{
border-color: #0FC1BA;
}
</style>