Shades of Iris Blue #0FACCF
Tints of Iris Blue #0FACCF
RGB
CMYK
RGB Variations
Color information
#0FACCF (or 0x0FACCF) is known color: Iris Blue. HEX triplet: 0F, AC and CF. RGB value is (15,172,207). Sum of RGB (Red+Green+Blue) = 15+172+207=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACCF is #F05330. Grayscale: #808080. Windows color (decimal): -15749937 or 13609999. OLE color: 13609999.
HSL color Cylindrical-coordinate representation of color #0FACCF: hue angle of 190.94º 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 #0FACCF is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 172 | 207 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.19 |
| HSL | 190.94º | 0.86% | 0.44% | - |
| HSV(B) | 190.94º | 0.93% | 0.81% | - |
| XYZ | 26.21 | 34.11 | 64.23 | - |
| YUV | 129.05 | 171.99 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 207 | 0.93 | 0.17 | 0 | 0.19 | 190.94 | 0.86 | 0.44 |
| Hex | F | AC | CF | 5D | 11 | 0 | 13 | BF | 56 | 2C |
| Octal | 17 | 254 | 317 | 135 | 21 | 0 | 23 | 277 | 126 | 54 |
| Binary | 1111 | 10101100 | 11001111 | 1011101 | 10001 | 0 | 10011 | 10111111 | 1010110 | 101100 |
Color Harmonies of #0FACCF
Complementary color
Monochromatic Colors of #0FACCF
Black with #0FACCF
Text Example
Text Example
White with #0FACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACCF; }
p { color: rgb(15,172,207); }
H1.HeaderClassName
{
color: #0FACCF;
}
.AnyTagClassName
{
color: #0FACCF;
}
</style>
background-color css
<style>
a { background-color: #0FACCF; }
a { background-color: rgb(15,172,207); }
div.DivClassName
{
background-color: #0FACCF;
}
.BgClassName
{
background-color: #0FACCF;
}
</style>
border-color css
<style>
span { border-color: #0FACCF; }
span { border-color: rgb(15,172,207); }
td.TdClassName
{
border-color: #0FACCF;
}
.TagClassName
{
border-color: #0FACCF;
}
</style>