Shades of Iris Blue #0FAED7
Tints of Iris Blue #0FAED7
RGB
CMYK
RGB Variations
Color information
#0FAED7 (or 0x0FAED7) is known color: Iris Blue. HEX triplet: 0F, AE and D7. RGB value is (15,174,215). Sum of RGB (Red+Green+Blue) = 15+174+215=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #0FAED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAED7 is #F05128. Grayscale: #828282. Windows color (decimal): -15749417 or 14134799. OLE color: 14134799.
HSL color Cylindrical-coordinate representation of color #0FAED7: hue angle of 192.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAED7 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 174 | 215 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.16 |
| HSL | 192.3º | 0.87% | 0.45% | - |
| HSV(B) | 192.3º | 0.93% | 0.84% | - |
| XYZ | 27.6 | 35.28 | 69.65 | - |
| YUV | 131.13 | 175.32 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 174 | 215 | 0.93 | 0.19 | 0 | 0.16 | 192.3 | 0.87 | 0.45 |
| Hex | F | AE | D7 | 5D | 13 | 0 | 10 | C0 | 57 | 2D |
| Octal | 17 | 256 | 327 | 135 | 23 | 0 | 20 | 300 | 127 | 55 |
| Binary | 1111 | 10101110 | 11010111 | 1011101 | 10011 | 0 | 10000 | 11000000 | 1010111 | 101101 |
Color Harmonies of #0FAED7
Complementary color
Monochromatic Colors of #0FAED7
Black with #0FAED7
Text Example
Text Example
White with #0FAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAED7; }
p { color: rgb(15,174,215); }
H1.HeaderClassName
{
color: #0FAED7;
}
.AnyTagClassName
{
color: #0FAED7;
}
</style>
background-color css
<style>
a { background-color: #0FAED7; }
a { background-color: rgb(15,174,215); }
div.DivClassName
{
background-color: #0FAED7;
}
.BgClassName
{
background-color: #0FAED7;
}
</style>
border-color css
<style>
span { border-color: #0FAED7; }
span { border-color: rgb(15,174,215); }
td.TdClassName
{
border-color: #0FAED7;
}
.TagClassName
{
border-color: #0FAED7;
}
</style>