Shades of Iris Blue #0FAEDE
Tints of Iris Blue #0FAEDE
RGB
CMYK
RGB Variations
Color information
#0FAEDE (or 0x0FAEDE) is known color: Iris Blue. HEX triplet: 0F, AE and DE. RGB value is (15,174,222). Sum of RGB (Red+Green+Blue) = 15+174+222=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FAEDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEDE is #F05121. Grayscale: #838383. Windows color (decimal): -15749410 or 14593551. OLE color: 14593551.
HSL color Cylindrical-coordinate representation of color #0FAEDE: hue angle of 193.91º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAEDE is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 174 | 222 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.13 |
| HSL | 193.91º | 0.87% | 0.46% | - |
| HSV(B) | 193.91º | 0.93% | 0.87% | - |
| XYZ | 28.52 | 35.65 | 74.48 | - |
| YUV | 131.93 | 178.82 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 222 | 0.93 | 0.22 | 0 | 0.13 | 193.91 | 0.87 | 0.46 |
| Hex | F | AE | DE | 5D | 16 | 0 | D | C2 | 57 | 2E |
| Octal | 17 | 256 | 336 | 135 | 26 | 0 | 15 | 302 | 127 | 56 |
| Binary | 1111 | 10101110 | 11011110 | 1011101 | 10110 | 0 | 1101 | 11000010 | 1010111 | 101110 |
Color Harmonies of #0FAEDE
Complementary color
Monochromatic Colors of #0FAEDE
Black with #0FAEDE
Text Example
Text Example
White with #0FAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEDE; }
p { color: rgb(15,174,222); }
H1.HeaderClassName
{
color: #0FAEDE;
}
.AnyTagClassName
{
color: #0FAEDE;
}
</style>
background-color css
<style>
a { background-color: #0FAEDE; }
a { background-color: rgb(15,174,222); }
div.DivClassName
{
background-color: #0FAEDE;
}
.BgClassName
{
background-color: #0FAEDE;
}
</style>
border-color css
<style>
span { border-color: #0FAEDE; }
span { border-color: rgb(15,174,222); }
td.TdClassName
{
border-color: #0FAEDE;
}
.TagClassName
{
border-color: #0FAEDE;
}
</style>