Shades of Iris Blue #0FAECC
Tints of Iris Blue #0FAECC
RGB
CMYK
RGB Variations
Color information
#0FAECC (or 0x0FAECC) is known color: Iris Blue. HEX triplet: 0F, AE and CC. RGB value is (15,174,204). Sum of RGB (Red+Green+Blue) = 15+174+204=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #0FAECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAECC is #F05133. Grayscale: #818181. Windows color (decimal): -15749428 or 13413903. OLE color: 13413903.
HSL color Cylindrical-coordinate representation of color #0FAECC: hue angle of 189.52º 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 #0FAECC is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 174 | 204 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.2 |
| HSL | 189.52º | 0.86% | 0.43% | - |
| HSV(B) | 189.52º | 0.93% | 0.8% | - |
| XYZ | 26.23 | 34.73 | 62.45 | - |
| YUV | 129.88 | 169.82 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 204 | 0.93 | 0.15 | 0 | 0.2 | 189.52 | 0.86 | 0.43 |
| Hex | F | AE | CC | 5D | F | 0 | 14 | BE | 56 | 2B |
| Octal | 17 | 256 | 314 | 135 | 17 | 0 | 24 | 276 | 126 | 53 |
| Binary | 1111 | 10101110 | 11001100 | 1011101 | 1111 | 0 | 10100 | 10111110 | 1010110 | 101011 |
Color Harmonies of #0FAECC
Complementary color
Monochromatic Colors of #0FAECC
Black with #0FAECC
Text Example
Text Example
White with #0FAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAECC; }
p { color: rgb(15,174,204); }
H1.HeaderClassName
{
color: #0FAECC;
}
.AnyTagClassName
{
color: #0FAECC;
}
</style>
background-color css
<style>
a { background-color: #0FAECC; }
a { background-color: rgb(15,174,204); }
div.DivClassName
{
background-color: #0FAECC;
}
.BgClassName
{
background-color: #0FAECC;
}
</style>
border-color css
<style>
span { border-color: #0FAECC; }
span { border-color: rgb(15,174,204); }
td.TdClassName
{
border-color: #0FAECC;
}
.TagClassName
{
border-color: #0FAECC;
}
</style>