Shades of Iris Blue #15ACE1
Tints of Iris Blue #15ACE1
RGB
CMYK
RGB Variations
Color information
#15ACE1 (or 0x15ACE1) is known color: Iris Blue. HEX triplet: 15, AC and E1. RGB value is (21,172,225). Sum of RGB (Red+Green+Blue) = 21+172+225=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #15ACE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACE1 is #EA531E. Grayscale: #848484. Windows color (decimal): -15356703 or 14789653. OLE color: 14789653.
HSL color Cylindrical-coordinate representation of color #15ACE1: hue angle of 195.59º 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 #15ACE1 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 172 | 225 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.12 |
| HSL | 195.59º | 0.83% | 0.48% | - |
| HSV(B) | 195.59º | 0.91% | 0.88% | - |
| XYZ | 28.65 | 35.1 | 76.5 | - |
| YUV | 132.89 | 179.97 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 225 | 0.91 | 0.24 | 0 | 0.12 | 195.59 | 0.83 | 0.48 |
| Hex | 15 | AC | E1 | 5B | 18 | 0 | C | C4 | 53 | 30 |
| Octal | 25 | 254 | 341 | 133 | 30 | 0 | 14 | 304 | 123 | 60 |
| Binary | 10101 | 10101100 | 11100001 | 1011011 | 11000 | 0 | 1100 | 11000100 | 1010011 | 110000 |
Color Harmonies of #15ACE1
Complementary color
Monochromatic Colors of #15ACE1
Black with #15ACE1
Text Example
Text Example
White with #15ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ACE1; }
p { color: rgb(21,172,225); }
H1.HeaderClassName
{
color: #15ACE1;
}
.AnyTagClassName
{
color: #15ACE1;
}
</style>
background-color css
<style>
a { background-color: #15ACE1; }
a { background-color: rgb(21,172,225); }
div.DivClassName
{
background-color: #15ACE1;
}
.BgClassName
{
background-color: #15ACE1;
}
</style>
border-color css
<style>
span { border-color: #15ACE1; }
span { border-color: rgb(21,172,225); }
td.TdClassName
{
border-color: #15ACE1;
}
.TagClassName
{
border-color: #15ACE1;
}
</style>