Shades of Iris Blue #0FACC1
Tints of Iris Blue #0FACC1
RGB
CMYK
RGB Variations
Color information
#0FACC1 (or 0x0FACC1) is known color: Iris Blue. HEX triplet: 0F, AC and C1. RGB value is (15,172,193). Sum of RGB (Red+Green+Blue) = 15+172+193=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #0FACC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACC1 is #F0533E. Grayscale: #7F7F7F. Windows color (decimal): -15749951 or 12692495. OLE color: 12692495.
HSL color Cylindrical-coordinate representation of color #0FACC1: hue angle of 187.08º 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 #0FACC1 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 172 | 193 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.24 |
| HSL | 187.08º | 0.86% | 0.41% | - |
| HSV(B) | 187.08º | 0.92% | 0.76% | - |
| XYZ | 24.58 | 33.46 | 55.61 | - |
| YUV | 127.45 | 164.99 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 193 | 0.92 | 0.11 | 0 | 0.24 | 187.08 | 0.86 | 0.41 |
| Hex | F | AC | C1 | 5C | B | 0 | 18 | BB | 56 | 29 |
| Octal | 17 | 254 | 301 | 134 | 13 | 0 | 30 | 273 | 126 | 51 |
| Binary | 1111 | 10101100 | 11000001 | 1011100 | 1011 | 0 | 11000 | 10111011 | 1010110 | 101001 |
Color Harmonies of #0FACC1
Complementary color
Monochromatic Colors of #0FACC1
Black with #0FACC1
Text Example
Text Example
White with #0FACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACC1; }
p { color: rgb(15,172,193); }
H1.HeaderClassName
{
color: #0FACC1;
}
.AnyTagClassName
{
color: #0FACC1;
}
</style>
background-color css
<style>
a { background-color: #0FACC1; }
a { background-color: rgb(15,172,193); }
div.DivClassName
{
background-color: #0FACC1;
}
.BgClassName
{
background-color: #0FACC1;
}
</style>
border-color css
<style>
span { border-color: #0FACC1; }
span { border-color: rgb(15,172,193); }
td.TdClassName
{
border-color: #0FACC1;
}
.TagClassName
{
border-color: #0FACC1;
}
</style>