Shades of Iris Blue #0FACE3
Tints of Iris Blue #0FACE3
RGB
CMYK
RGB Variations
Color information
#0FACE3 (or 0x0FACE3) is known color: Iris Blue. HEX triplet: 0F, AC and E3. RGB value is (15,172,227). Sum of RGB (Red+Green+Blue) = 15+172+227=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 227 (89.06% from 255 or 54.83% from 414); Max value from RGB is 227 - color contains mainly: blue. Hex color #0FACE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACE3 is #F0531C. Grayscale: #828282. Windows color (decimal): -15749917 or 14920719. OLE color: 14920719.
HSL color Cylindrical-coordinate representation of color #0FACE3: hue angle of 195.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FACE3 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 172 | 227 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.11 |
| HSL | 195.57º | 0.88% | 0.47% | - |
| HSV(B) | 195.57º | 0.93% | 0.89% | - |
| XYZ | 28.81 | 35.15 | 77.94 | - |
| YUV | 131.33 | 181.99 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 227 | 0.93 | 0.24 | 0 | 0.11 | 195.57 | 0.88 | 0.47 |
| Hex | F | AC | E3 | 5D | 18 | 0 | B | C4 | 58 | 2F |
| Octal | 17 | 254 | 343 | 135 | 30 | 0 | 13 | 304 | 130 | 57 |
| Binary | 1111 | 10101100 | 11100011 | 1011101 | 11000 | 0 | 1011 | 11000100 | 1011000 | 101111 |
Color Harmonies of #0FACE3
Complementary color
Monochromatic Colors of #0FACE3
Black with #0FACE3
Text Example
Text Example
White with #0FACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACE3; }
p { color: rgb(15,172,227); }
H1.HeaderClassName
{
color: #0FACE3;
}
.AnyTagClassName
{
color: #0FACE3;
}
</style>
background-color css
<style>
a { background-color: #0FACE3; }
a { background-color: rgb(15,172,227); }
div.DivClassName
{
background-color: #0FACE3;
}
.BgClassName
{
background-color: #0FACE3;
}
</style>
border-color css
<style>
span { border-color: #0FACE3; }
span { border-color: rgb(15,172,227); }
td.TdClassName
{
border-color: #0FACE3;
}
.TagClassName
{
border-color: #0FACE3;
}
</style>