Shades of Iris Blue #15AED5
Tints of Iris Blue #15AED5
RGB
CMYK
RGB Variations
Color information
#15AED5 (or 0x15AED5) is known color: Iris Blue. HEX triplet: 15, AE and D5. RGB value is (21,174,213). Sum of RGB (Red+Green+Blue) = 21+174+213=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #15AED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AED5 is #EA512A. Grayscale: #848484. Windows color (decimal): -15356203 or 14003733. OLE color: 14003733.
HSL color Cylindrical-coordinate representation of color #15AED5: hue angle of 192.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AED5 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 174 | 213 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.16 |
| HSL | 192.19º | 0.82% | 0.46% | - |
| HSV(B) | 192.19º | 0.9% | 0.84% | - |
| XYZ | 27.46 | 35.24 | 68.3 | - |
| YUV | 132.7 | 173.31 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 174 | 213 | 0.90 | 0.18 | 0 | 0.16 | 192.19 | 0.82 | 0.46 |
| Hex | 15 | AE | D5 | 5A | 12 | 0 | 10 | C0 | 52 | 2E |
| Octal | 25 | 256 | 325 | 132 | 22 | 0 | 20 | 300 | 122 | 56 |
| Binary | 10101 | 10101110 | 11010101 | 1011010 | 10010 | 0 | 10000 | 11000000 | 1010010 | 101110 |
Color Harmonies of #15AED5
Complementary color
Monochromatic Colors of #15AED5
Black with #15AED5
Text Example
Text Example
White with #15AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AED5; }
p { color: rgb(21,174,213); }
H1.HeaderClassName
{
color: #15AED5;
}
.AnyTagClassName
{
color: #15AED5;
}
</style>
background-color css
<style>
a { background-color: #15AED5; }
a { background-color: rgb(21,174,213); }
div.DivClassName
{
background-color: #15AED5;
}
.BgClassName
{
background-color: #15AED5;
}
</style>
border-color css
<style>
span { border-color: #15AED5; }
span { border-color: rgb(21,174,213); }
td.TdClassName
{
border-color: #15AED5;
}
.TagClassName
{
border-color: #15AED5;
}
</style>