Shades of Iris Blue #15ADE1
Tints of Iris Blue #15ADE1
RGB
CMYK
RGB Variations
Color information
#15ADE1 (or 0x15ADE1) is known color: Iris Blue. HEX triplet: 15, AD and E1. RGB value is (21,173,225). Sum of RGB (Red+Green+Blue) = 21+173+225=419 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.01% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #15ADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADE1 is #EA521E. Grayscale: #858585. Windows color (decimal): -15356447 or 14789909. OLE color: 14789909.
HSL color Cylindrical-coordinate representation of color #15ADE1: hue angle of 195.29º 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 #15ADE1 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 173 | 225 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.12 |
| HSL | 195.29º | 0.83% | 0.48% | - |
| HSV(B) | 195.29º | 0.91% | 0.88% | - |
| XYZ | 28.84 | 35.48 | 76.56 | - |
| YUV | 133.48 | 179.64 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 225 | 0.91 | 0.23 | 0 | 0.12 | 195.29 | 0.83 | 0.48 |
| Hex | 15 | AD | E1 | 5B | 17 | 0 | C | C3 | 53 | 30 |
| Octal | 25 | 255 | 341 | 133 | 27 | 0 | 14 | 303 | 123 | 60 |
| Binary | 10101 | 10101101 | 11100001 | 1011011 | 10111 | 0 | 1100 | 11000011 | 1010011 | 110000 |
Color Harmonies of #15ADE1
Complementary color
Monochromatic Colors of #15ADE1
Black with #15ADE1
Text Example
Text Example
White with #15ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ADE1; }
p { color: rgb(21,173,225); }
H1.HeaderClassName
{
color: #15ADE1;
}
.AnyTagClassName
{
color: #15ADE1;
}
</style>
background-color css
<style>
a { background-color: #15ADE1; }
a { background-color: rgb(21,173,225); }
div.DivClassName
{
background-color: #15ADE1;
}
.BgClassName
{
background-color: #15ADE1;
}
</style>
border-color css
<style>
span { border-color: #15ADE1; }
span { border-color: rgb(21,173,225); }
td.TdClassName
{
border-color: #15ADE1;
}
.TagClassName
{
border-color: #15ADE1;
}
</style>