Shades of Iris Blue #0FAADD
Tints of Iris Blue #0FAADD
RGB
CMYK
RGB Variations
Color information
#0FAADD (or 0x0FAADD) is known color: Iris Blue. HEX triplet: 0F, AA and DD. RGB value is (15,170,221). Sum of RGB (Red+Green+Blue) = 15+170+221=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FAADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAADD is #F05522. Grayscale: #818181. Windows color (decimal): -15750435 or 14526991. OLE color: 14526991.
HSL color Cylindrical-coordinate representation of color #0FAADD: hue angle of 194.85º 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 #0FAADD is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 170 | 221 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.13 |
| HSL | 194.85º | 0.87% | 0.46% | - |
| HSV(B) | 194.85º | 0.93% | 0.87% | - |
| XYZ | 27.62 | 34.07 | 73.53 | - |
| YUV | 129.47 | 179.65 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 221 | 0.93 | 0.23 | 0 | 0.13 | 194.85 | 0.87 | 0.46 |
| Hex | F | AA | DD | 5D | 17 | 0 | D | C3 | 57 | 2E |
| Octal | 17 | 252 | 335 | 135 | 27 | 0 | 15 | 303 | 127 | 56 |
| Binary | 1111 | 10101010 | 11011101 | 1011101 | 10111 | 0 | 1101 | 11000011 | 1010111 | 101110 |
Color Harmonies of #0FAADD
Complementary color
Monochromatic Colors of #0FAADD
Black with #0FAADD
Text Example
Text Example
White with #0FAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAADD; }
p { color: rgb(15,170,221); }
H1.HeaderClassName
{
color: #0FAADD;
}
.AnyTagClassName
{
color: #0FAADD;
}
</style>
background-color css
<style>
a { background-color: #0FAADD; }
a { background-color: rgb(15,170,221); }
div.DivClassName
{
background-color: #0FAADD;
}
.BgClassName
{
background-color: #0FAADD;
}
</style>
border-color css
<style>
span { border-color: #0FAADD; }
span { border-color: rgb(15,170,221); }
td.TdClassName
{
border-color: #0FAADD;
}
.TagClassName
{
border-color: #0FAADD;
}
</style>