Shades of Iris Blue #0FACC8
Tints of Iris Blue #0FACC8
RGB
CMYK
RGB Variations
Color information
#0FACC8 (or 0x0FACC8) is known color: Iris Blue. HEX triplet: 0F, AC and C8. RGB value is (15,172,200). Sum of RGB (Red+Green+Blue) = 15+172+200=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #0FACC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACC8 is #F05337. Grayscale: #7F7F7F. Windows color (decimal): -15749944 or 13151247. OLE color: 13151247.
HSL color Cylindrical-coordinate representation of color #0FACC8: hue angle of 189.08º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FACC8 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 172 | 200 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.22 |
| HSL | 189.08º | 0.86% | 0.42% | - |
| HSV(B) | 189.08º | 0.93% | 0.78% | - |
| XYZ | 25.37 | 33.78 | 59.83 | - |
| YUV | 128.25 | 168.49 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 200 | 0.92 | 0.14 | 0 | 0.22 | 189.08 | 0.86 | 0.42 |
| Hex | F | AC | C8 | 5C | E | 0 | 16 | BD | 56 | 2A |
| Octal | 17 | 254 | 310 | 134 | 16 | 0 | 26 | 275 | 126 | 52 |
| Binary | 1111 | 10101100 | 11001000 | 1011100 | 1110 | 0 | 10110 | 10111101 | 1010110 | 101010 |
Color Harmonies of #0FACC8
Complementary color
Monochromatic Colors of #0FACC8
Black with #0FACC8
Text Example
Text Example
White with #0FACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACC8; }
p { color: rgb(15,172,200); }
H1.HeaderClassName
{
color: #0FACC8;
}
.AnyTagClassName
{
color: #0FACC8;
}
</style>
background-color css
<style>
a { background-color: #0FACC8; }
a { background-color: rgb(15,172,200); }
div.DivClassName
{
background-color: #0FACC8;
}
.BgClassName
{
background-color: #0FACC8;
}
</style>
border-color css
<style>
span { border-color: #0FACC8; }
span { border-color: rgb(15,172,200); }
td.TdClassName
{
border-color: #0FACC8;
}
.TagClassName
{
border-color: #0FACC8;
}
</style>