Shades of Iris Blue #15ADE0
Tints of Iris Blue #15ADE0
RGB
CMYK
RGB Variations
Color information
#15ADE0 (or 0x15ADE0) is known color: Iris Blue. HEX triplet: 15, AD and E0. RGB value is (21,173,224). Sum of RGB (Red+Green+Blue) = 21+173+224=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #15ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADE0 is #EA521F. Grayscale: #858585. Windows color (decimal): -15356448 or 14724373. OLE color: 14724373.
HSL color Cylindrical-coordinate representation of color #15ADE0: hue angle of 195.07º 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 #15ADE0 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 173 | 224 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.12 |
| HSL | 195.07º | 0.83% | 0.48% | - |
| HSV(B) | 195.07º | 0.91% | 0.88% | - |
| XYZ | 28.71 | 35.43 | 75.85 | - |
| YUV | 133.37 | 179.14 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 224 | 0.91 | 0.23 | 0 | 0.12 | 195.07 | 0.83 | 0.48 |
| Hex | 15 | AD | E0 | 5B | 17 | 0 | C | C3 | 53 | 30 |
| Octal | 25 | 255 | 340 | 133 | 27 | 0 | 14 | 303 | 123 | 60 |
| Binary | 10101 | 10101101 | 11100000 | 1011011 | 10111 | 0 | 1100 | 11000011 | 1010011 | 110000 |
Color Harmonies of #15ADE0
Complementary color
Monochromatic Colors of #15ADE0
Black with #15ADE0
Text Example
Text Example
White with #15ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ADE0; }
p { color: rgb(21,173,224); }
H1.HeaderClassName
{
color: #15ADE0;
}
.AnyTagClassName
{
color: #15ADE0;
}
</style>
background-color css
<style>
a { background-color: #15ADE0; }
a { background-color: rgb(21,173,224); }
div.DivClassName
{
background-color: #15ADE0;
}
.BgClassName
{
background-color: #15ADE0;
}
</style>
border-color css
<style>
span { border-color: #15ADE0; }
span { border-color: rgb(21,173,224); }
td.TdClassName
{
border-color: #15ADE0;
}
.TagClassName
{
border-color: #15ADE0;
}
</style>