Shades of Iris Blue #0FAEDC
Tints of Iris Blue #0FAEDC
RGB
CMYK
RGB Variations
Color information
#0FAEDC (or 0x0FAEDC) is known color: Iris Blue. HEX triplet: 0F, AE and DC. RGB value is (15,174,220). Sum of RGB (Red+Green+Blue) = 15+174+220=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FAEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAEDC is #F05123. Grayscale: #838383. Windows color (decimal): -15749412 or 14462479. OLE color: 14462479.
HSL color Cylindrical-coordinate representation of color #0FAEDC: hue angle of 193.46º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAEDC is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 174 | 220 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.14 |
| HSL | 193.46º | 0.87% | 0.46% | - |
| HSV(B) | 193.46º | 0.93% | 0.86% | - |
| XYZ | 28.25 | 35.54 | 73.08 | - |
| YUV | 131.7 | 177.82 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 220 | 0.93 | 0.21 | 0 | 0.14 | 193.46 | 0.87 | 0.46 |
| Hex | F | AE | DC | 5D | 15 | 0 | E | C1 | 57 | 2E |
| Octal | 17 | 256 | 334 | 135 | 25 | 0 | 16 | 301 | 127 | 56 |
| Binary | 1111 | 10101110 | 11011100 | 1011101 | 10101 | 0 | 1110 | 11000001 | 1010111 | 101110 |
Color Harmonies of #0FAEDC
Complementary color
Monochromatic Colors of #0FAEDC
Black with #0FAEDC
Text Example
Text Example
White with #0FAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAEDC; }
p { color: rgb(15,174,220); }
H1.HeaderClassName
{
color: #0FAEDC;
}
.AnyTagClassName
{
color: #0FAEDC;
}
</style>
background-color css
<style>
a { background-color: #0FAEDC; }
a { background-color: rgb(15,174,220); }
div.DivClassName
{
background-color: #0FAEDC;
}
.BgClassName
{
background-color: #0FAEDC;
}
</style>
border-color css
<style>
span { border-color: #0FAEDC; }
span { border-color: rgb(15,174,220); }
td.TdClassName
{
border-color: #0FAEDC;
}
.TagClassName
{
border-color: #0FAEDC;
}
</style>