Shades of Iris Blue #15AEDC
Tints of Iris Blue #15AEDC
RGB
CMYK
RGB Variations
Color information
#15AEDC (or 0x15AEDC) is known color: Iris Blue. HEX triplet: 15, AE and DC. RGB value is (21,174,220). Sum of RGB (Red+Green+Blue) = 21+174+220=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #15AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AEDC is #EA5123. Grayscale: #858585. Windows color (decimal): -15356196 or 14462485. OLE color: 14462485.
HSL color Cylindrical-coordinate representation of color #15AEDC: hue angle of 193.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AEDC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 174 | 220 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.14 |
| HSL | 193.87º | 0.83% | 0.47% | - |
| HSV(B) | 193.87º | 0.9% | 0.86% | - |
| XYZ | 28.36 | 35.6 | 73.09 | - |
| YUV | 133.5 | 176.81 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 174 | 220 | 0.90 | 0.21 | 0 | 0.14 | 193.87 | 0.83 | 0.47 |
| Hex | 15 | AE | DC | 5A | 15 | 0 | E | C2 | 53 | 2F |
| Octal | 25 | 256 | 334 | 132 | 25 | 0 | 16 | 302 | 123 | 57 |
| Binary | 10101 | 10101110 | 11011100 | 1011010 | 10101 | 0 | 1110 | 11000010 | 1010011 | 101111 |
Color Harmonies of #15AEDC
Complementary color
Monochromatic Colors of #15AEDC
Black with #15AEDC
Text Example
Text Example
White with #15AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AEDC; }
p { color: rgb(21,174,220); }
H1.HeaderClassName
{
color: #15AEDC;
}
.AnyTagClassName
{
color: #15AEDC;
}
</style>
background-color css
<style>
a { background-color: #15AEDC; }
a { background-color: rgb(21,174,220); }
div.DivClassName
{
background-color: #15AEDC;
}
.BgClassName
{
background-color: #15AEDC;
}
</style>
border-color css
<style>
span { border-color: #15AEDC; }
span { border-color: rgb(21,174,220); }
td.TdClassName
{
border-color: #15AEDC;
}
.TagClassName
{
border-color: #15AEDC;
}
</style>