Shades of Iris Blue #0FAEC9
Tints of Iris Blue #0FAEC9
RGB
CMYK
RGB Variations
Color information
#0FAEC9 (or 0x0FAEC9) is known color: Iris Blue. HEX triplet: 0F, AE and C9. RGB value is (15,174,201). Sum of RGB (Red+Green+Blue) = 15+174+201=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #0FAEC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEC9 is #F05136. Grayscale: #818181. Windows color (decimal): -15749431 or 13217295. OLE color: 13217295.
HSL color Cylindrical-coordinate representation of color #0FAEC9: hue angle of 188.71º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAEC9 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 174 | 201 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.21 |
| HSL | 188.71º | 0.86% | 0.42% | - |
| HSV(B) | 188.71º | 0.93% | 0.79% | - |
| XYZ | 25.88 | 34.59 | 60.57 | - |
| YUV | 129.54 | 168.32 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 201 | 0.93 | 0.13 | 0 | 0.21 | 188.71 | 0.86 | 0.42 |
| Hex | F | AE | C9 | 5D | D | 0 | 15 | BD | 56 | 2A |
| Octal | 17 | 256 | 311 | 135 | 15 | 0 | 25 | 275 | 126 | 52 |
| Binary | 1111 | 10101110 | 11001001 | 1011101 | 1101 | 0 | 10101 | 10111101 | 1010110 | 101010 |
Color Harmonies of #0FAEC9
Complementary color
Monochromatic Colors of #0FAEC9
Black with #0FAEC9
Text Example
Text Example
White with #0FAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEC9; }
p { color: rgb(15,174,201); }
H1.HeaderClassName
{
color: #0FAEC9;
}
.AnyTagClassName
{
color: #0FAEC9;
}
</style>
background-color css
<style>
a { background-color: #0FAEC9; }
a { background-color: rgb(15,174,201); }
div.DivClassName
{
background-color: #0FAEC9;
}
.BgClassName
{
background-color: #0FAEC9;
}
</style>
border-color css
<style>
span { border-color: #0FAEC9; }
span { border-color: rgb(15,174,201); }
td.TdClassName
{
border-color: #0FAEC9;
}
.TagClassName
{
border-color: #0FAEC9;
}
</style>