Shades of Iris Blue #15AACE
Tints of Iris Blue #15AACE
RGB
CMYK
RGB Variations
Color information
#15AACE (or 0x15AACE) is known color: Iris Blue. HEX triplet: 15, AA and CE. RGB value is (21,170,206). Sum of RGB (Red+Green+Blue) = 21+170+206=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #15AACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AACE is #EA5531. Grayscale: #818181. Windows color (decimal): -15357234 or 13543957. OLE color: 13543957.
HSL color Cylindrical-coordinate representation of color #15AACE: hue angle of 191.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AACE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 170 | 206 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.19 |
| HSL | 191.68º | 0.81% | 0.45% | - |
| HSV(B) | 191.68º | 0.9% | 0.81% | - |
| XYZ | 25.82 | 33.37 | 63.47 | - |
| YUV | 129.55 | 171.14 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 206 | 0.90 | 0.17 | 0 | 0.19 | 191.68 | 0.81 | 0.45 |
| Hex | 15 | AA | CE | 5A | 11 | 0 | 13 | C0 | 51 | 2D |
| Octal | 25 | 252 | 316 | 132 | 21 | 0 | 23 | 300 | 121 | 55 |
| Binary | 10101 | 10101010 | 11001110 | 1011010 | 10001 | 0 | 10011 | 11000000 | 1010001 | 101101 |
Color Harmonies of #15AACE
Complementary color
Monochromatic Colors of #15AACE
Black with #15AACE
Text Example
Text Example
White with #15AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AACE; }
p { color: rgb(21,170,206); }
H1.HeaderClassName
{
color: #15AACE;
}
.AnyTagClassName
{
color: #15AACE;
}
</style>
background-color css
<style>
a { background-color: #15AACE; }
a { background-color: rgb(21,170,206); }
div.DivClassName
{
background-color: #15AACE;
}
.BgClassName
{
background-color: #15AACE;
}
</style>
border-color css
<style>
span { border-color: #15AACE; }
span { border-color: rgb(21,170,206); }
td.TdClassName
{
border-color: #15AACE;
}
.TagClassName
{
border-color: #15AACE;
}
</style>