Shades of Iris Blue #0FC1CF
Tints of Iris Blue #0FC1CF
RGB
CMYK
RGB Variations
Color information
#0FC1CF (or 0x0FC1CF) is known color: Iris Blue. HEX triplet: 0F, C1 and CF. RGB value is (15,193,207). Sum of RGB (Red+Green+Blue) = 15+193+207=415 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FC1CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC1CF is #F03E30. Grayscale: #8D8D8D. Windows color (decimal): -15744561 or 13615375. OLE color: 13615375.
HSL color Cylindrical-coordinate representation of color #0FC1CF: hue angle of 184.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC1CF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 193 | 207 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.19 |
| HSL | 184.38º | 0.86% | 0.44% | - |
| HSV(B) | 184.38º | 0.93% | 0.81% | - |
| XYZ | 30.53 | 42.75 | 65.67 | - |
| YUV | 141.37 | 165.03 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 207 | 0.93 | 0.07 | 0 | 0.19 | 184.38 | 0.86 | 0.44 |
| Hex | F | C1 | CF | 5D | 7 | 0 | 13 | B8 | 56 | 2C |
| Octal | 17 | 301 | 317 | 135 | 7 | 0 | 23 | 270 | 126 | 54 |
| Binary | 1111 | 11000001 | 11001111 | 1011101 | 111 | 0 | 10011 | 10111000 | 1010110 | 101100 |
Color Harmonies of #0FC1CF
Complementary color
Monochromatic Colors of #0FC1CF
Black with #0FC1CF
Text Example
Text Example
White with #0FC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC1CF; }
p { color: rgb(15,193,207); }
H1.HeaderClassName
{
color: #0FC1CF;
}
.AnyTagClassName
{
color: #0FC1CF;
}
</style>
background-color css
<style>
a { background-color: #0FC1CF; }
a { background-color: rgb(15,193,207); }
div.DivClassName
{
background-color: #0FC1CF;
}
.BgClassName
{
background-color: #0FC1CF;
}
</style>
border-color css
<style>
span { border-color: #0FC1CF; }
span { border-color: rgb(15,193,207); }
td.TdClassName
{
border-color: #0FC1CF;
}
.TagClassName
{
border-color: #0FC1CF;
}
</style>