Shades of Iris Blue #0FAADC
Tints of Iris Blue #0FAADC
RGB
CMYK
RGB Variations
Color information
#0FAADC (or 0x0FAADC) is known color: Iris Blue. HEX triplet: 0F, AA and DC. RGB value is (15,170,220). Sum of RGB (Red+Green+Blue) = 15+170+220=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FAADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAADC is #F05523. Grayscale: #818181. Windows color (decimal): -15750436 or 14461455. OLE color: 14461455.
HSL color Cylindrical-coordinate representation of color #0FAADC: hue angle of 194.63º 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 #0FAADC is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 170 | 220 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.14 |
| HSL | 194.63º | 0.87% | 0.46% | - |
| HSV(B) | 194.63º | 0.93% | 0.86% | - |
| XYZ | 27.49 | 34.02 | 72.83 | - |
| YUV | 129.36 | 179.15 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 220 | 0.93 | 0.23 | 0 | 0.14 | 194.63 | 0.87 | 0.46 |
| Hex | F | AA | DC | 5D | 17 | 0 | E | C3 | 57 | 2E |
| Octal | 17 | 252 | 334 | 135 | 27 | 0 | 16 | 303 | 127 | 56 |
| Binary | 1111 | 10101010 | 11011100 | 1011101 | 10111 | 0 | 1110 | 11000011 | 1010111 | 101110 |
Color Harmonies of #0FAADC
Complementary color
Monochromatic Colors of #0FAADC
Black with #0FAADC
Text Example
Text Example
White with #0FAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAADC; }
p { color: rgb(15,170,220); }
H1.HeaderClassName
{
color: #0FAADC;
}
.AnyTagClassName
{
color: #0FAADC;
}
</style>
background-color css
<style>
a { background-color: #0FAADC; }
a { background-color: rgb(15,170,220); }
div.DivClassName
{
background-color: #0FAADC;
}
.BgClassName
{
background-color: #0FAADC;
}
</style>
border-color css
<style>
span { border-color: #0FAADC; }
span { border-color: rgb(15,170,220); }
td.TdClassName
{
border-color: #0FAADC;
}
.TagClassName
{
border-color: #0FAADC;
}
</style>