Shades of Iris Blue #15AADC
Tints of Iris Blue #15AADC
RGB
CMYK
RGB Variations
Color information
#15AADC (or 0x15AADC) is known color: Iris Blue. HEX triplet: 15, AA and DC. RGB value is (21,170,220). Sum of RGB (Red+Green+Blue) = 21+170+220=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #15AADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AADC is #EA5523. Grayscale: #828282. Windows color (decimal): -15357220 or 14461461. OLE color: 14461461.
HSL color Cylindrical-coordinate representation of color #15AADC: hue angle of 195.08º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AADC is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 170 | 220 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.14 |
| HSL | 195.08º | 0.83% | 0.47% | - |
| HSV(B) | 195.08º | 0.9% | 0.86% | - |
| XYZ | 27.6 | 34.08 | 72.83 | - |
| YUV | 131.15 | 178.14 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 220 | 0.90 | 0.23 | 0 | 0.14 | 195.08 | 0.83 | 0.47 |
| Hex | 15 | AA | DC | 5A | 17 | 0 | E | C3 | 53 | 2F |
| Octal | 25 | 252 | 334 | 132 | 27 | 0 | 16 | 303 | 123 | 57 |
| Binary | 10101 | 10101010 | 11011100 | 1011010 | 10111 | 0 | 1110 | 11000011 | 1010011 | 101111 |
Color Harmonies of #15AADC
Complementary color
Monochromatic Colors of #15AADC
Black with #15AADC
Text Example
Text Example
White with #15AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AADC; }
p { color: rgb(21,170,220); }
H1.HeaderClassName
{
color: #15AADC;
}
.AnyTagClassName
{
color: #15AADC;
}
</style>
background-color css
<style>
a { background-color: #15AADC; }
a { background-color: rgb(21,170,220); }
div.DivClassName
{
background-color: #15AADC;
}
.BgClassName
{
background-color: #15AADC;
}
</style>
border-color css
<style>
span { border-color: #15AADC; }
span { border-color: rgb(21,170,220); }
td.TdClassName
{
border-color: #15AADC;
}
.TagClassName
{
border-color: #15AADC;
}
</style>