Shades of Iris Blue #0FACCC
Tints of Iris Blue #0FACCC
RGB
CMYK
RGB Variations
Color information
#0FACCC (or 0x0FACCC) is known color: Iris Blue. HEX triplet: 0F, AC and CC. RGB value is (15,172,204). Sum of RGB (Red+Green+Blue) = 15+172+204=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #0FACCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACCC is #F05333. Grayscale: #808080. Windows color (decimal): -15749940 or 13413391. OLE color: 13413391.
HSL color Cylindrical-coordinate representation of color #0FACCC: hue angle of 190.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FACCC is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 172 | 204 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.2 |
| HSL | 190.16º | 0.86% | 0.43% | - |
| HSV(B) | 190.16º | 0.93% | 0.8% | - |
| XYZ | 25.85 | 33.97 | 62.32 | - |
| YUV | 128.71 | 170.49 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 204 | 0.93 | 0.16 | 0 | 0.2 | 190.16 | 0.86 | 0.43 |
| Hex | F | AC | CC | 5D | 10 | 0 | 14 | BE | 56 | 2B |
| Octal | 17 | 254 | 314 | 135 | 20 | 0 | 24 | 276 | 126 | 53 |
| Binary | 1111 | 10101100 | 11001100 | 1011101 | 10000 | 0 | 10100 | 10111110 | 1010110 | 101011 |
Color Harmonies of #0FACCC
Complementary color
Monochromatic Colors of #0FACCC
Black with #0FACCC
Text Example
Text Example
White with #0FACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACCC; }
p { color: rgb(15,172,204); }
H1.HeaderClassName
{
color: #0FACCC;
}
.AnyTagClassName
{
color: #0FACCC;
}
</style>
background-color css
<style>
a { background-color: #0FACCC; }
a { background-color: rgb(15,172,204); }
div.DivClassName
{
background-color: #0FACCC;
}
.BgClassName
{
background-color: #0FACCC;
}
</style>
border-color css
<style>
span { border-color: #0FACCC; }
span { border-color: rgb(15,172,204); }
td.TdClassName
{
border-color: #0FACCC;
}
.TagClassName
{
border-color: #0FACCC;
}
</style>