Shades of Iris Blue #0FAECD
Tints of Iris Blue #0FAECD
RGB
CMYK
RGB Variations
Color information
#0FAECD (or 0x0FAECD) is known color: Iris Blue. HEX triplet: 0F, AE and CD. RGB value is (15,174,205). Sum of RGB (Red+Green+Blue) = 15+174+205=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #0FAECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAECD is #F05132. Grayscale: #818181. Windows color (decimal): -15749427 or 13479439. OLE color: 13479439.
HSL color Cylindrical-coordinate representation of color #0FAECD: hue angle of 189.79º 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 #0FAECD is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 174 | 205 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.20 |
| HSL | 189.79º | 0.86% | 0.43% | - |
| HSV(B) | 189.79º | 0.93% | 0.8% | - |
| XYZ | 26.35 | 34.78 | 63.08 | - |
| YUV | 129.99 | 170.32 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 205 | 0.93 | 0.15 | 0 | 0.20 | 189.79 | 0.86 | 0.43 |
| Hex | F | AE | CD | 5D | F | 0 | 14 | BE | 56 | 2B |
| Octal | 17 | 256 | 315 | 135 | 17 | 0 | 24 | 276 | 126 | 53 |
| Binary | 1111 | 10101110 | 11001101 | 1011101 | 1111 | 0 | 10100 | 10111110 | 1010110 | 101011 |
Color Harmonies of #0FAECD
Complementary color
Monochromatic Colors of #0FAECD
Black with #0FAECD
Text Example
Text Example
White with #0FAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAECD; }
p { color: rgb(15,174,205); }
H1.HeaderClassName
{
color: #0FAECD;
}
.AnyTagClassName
{
color: #0FAECD;
}
</style>
background-color css
<style>
a { background-color: #0FAECD; }
a { background-color: rgb(15,174,205); }
div.DivClassName
{
background-color: #0FAECD;
}
.BgClassName
{
background-color: #0FAECD;
}
</style>
border-color css
<style>
span { border-color: #0FAECD; }
span { border-color: rgb(15,174,205); }
td.TdClassName
{
border-color: #0FAECD;
}
.TagClassName
{
border-color: #0FAECD;
}
</style>