Shades of Iris Blue #15AAE0
Tints of Iris Blue #15AAE0
RGB
CMYK
RGB Variations
Color information
#15AAE0 (or 0x15AAE0) is known color: Iris Blue. HEX triplet: 15, AA and E0. RGB value is (21,170,224). Sum of RGB (Red+Green+Blue) = 21+170+224=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #15AAE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AAE0 is #EA551F. Grayscale: #838383. Windows color (decimal): -15357216 or 14723605. OLE color: 14723605.
HSL color Cylindrical-coordinate representation of color #15AAE0: hue angle of 195.96º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15AAE0 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 170 | 224 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.12 |
| HSL | 195.96º | 0.83% | 0.48% | - |
| HSV(B) | 195.96º | 0.91% | 0.88% | - |
| XYZ | 28.14 | 34.29 | 75.66 | - |
| YUV | 131.61 | 180.14 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 224 | 0.91 | 0.24 | 0 | 0.12 | 195.96 | 0.83 | 0.48 |
| Hex | 15 | AA | E0 | 5B | 18 | 0 | C | C4 | 53 | 30 |
| Octal | 25 | 252 | 340 | 133 | 30 | 0 | 14 | 304 | 123 | 60 |
| Binary | 10101 | 10101010 | 11100000 | 1011011 | 11000 | 0 | 1100 | 11000100 | 1010011 | 110000 |
Color Harmonies of #15AAE0
Complementary color
Monochromatic Colors of #15AAE0
Black with #15AAE0
Text Example
Text Example
White with #15AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AAE0; }
p { color: rgb(21,170,224); }
H1.HeaderClassName
{
color: #15AAE0;
}
.AnyTagClassName
{
color: #15AAE0;
}
</style>
background-color css
<style>
a { background-color: #15AAE0; }
a { background-color: rgb(21,170,224); }
div.DivClassName
{
background-color: #15AAE0;
}
.BgClassName
{
background-color: #15AAE0;
}
</style>
border-color css
<style>
span { border-color: #15AAE0; }
span { border-color: rgb(21,170,224); }
td.TdClassName
{
border-color: #15AAE0;
}
.TagClassName
{
border-color: #15AAE0;
}
</style>