Shades of Iris Blue #0FC0CF
Tints of Iris Blue #0FC0CF
RGB
CMYK
RGB Variations
Color information
#0FC0CF (or 0x0FC0CF) is known color: Iris Blue. HEX triplet: 0F, C0 and CF. RGB value is (15,192,207). Sum of RGB (Red+Green+Blue) = 15+192+207=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FC0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC0CF is #F03F30. Grayscale: #8C8C8C. Windows color (decimal): -15744817 or 13615119. OLE color: 13615119.
HSL color Cylindrical-coordinate representation of color #0FC0CF: hue angle of 184.69º 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 #0FC0CF is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 192 | 207 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.19 |
| HSL | 184.69º | 0.86% | 0.44% | - |
| HSV(B) | 184.69º | 0.93% | 0.81% | - |
| XYZ | 30.31 | 42.31 | 65.6 | - |
| YUV | 140.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 207 | 0.93 | 0.07 | 0 | 0.19 | 184.69 | 0.86 | 0.44 |
| Hex | F | C0 | CF | 5D | 7 | 0 | 13 | B9 | 56 | 2C |
| Octal | 17 | 300 | 317 | 135 | 7 | 0 | 23 | 271 | 126 | 54 |
| Binary | 1111 | 11000000 | 11001111 | 1011101 | 111 | 0 | 10011 | 10111001 | 1010110 | 101100 |
Color Harmonies of #0FC0CF
Complementary color
Monochromatic Colors of #0FC0CF
Black with #0FC0CF
Text Example
Text Example
White with #0FC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC0CF; }
p { color: rgb(15,192,207); }
H1.HeaderClassName
{
color: #0FC0CF;
}
.AnyTagClassName
{
color: #0FC0CF;
}
</style>
background-color css
<style>
a { background-color: #0FC0CF; }
a { background-color: rgb(15,192,207); }
div.DivClassName
{
background-color: #0FC0CF;
}
.BgClassName
{
background-color: #0FC0CF;
}
</style>
border-color css
<style>
span { border-color: #0FC0CF; }
span { border-color: rgb(15,192,207); }
td.TdClassName
{
border-color: #0FC0CF;
}
.TagClassName
{
border-color: #0FC0CF;
}
</style>