Shades of Iris Blue #15AEDA
Tints of Iris Blue #15AEDA
RGB
CMYK
RGB Variations
Color information
#15AEDA (or 0x15AEDA) is known color: Iris Blue. HEX triplet: 15, AE and DA. RGB value is (21,174,218). Sum of RGB (Red+Green+Blue) = 21+174+218=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #15AEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AEDA is #EA5125. Grayscale: #848484. Windows color (decimal): -15356198 or 14331413. OLE color: 14331413.
HSL color Cylindrical-coordinate representation of color #15AEDA: hue angle of 193.4º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AEDA is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 174 | 218 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.15 |
| HSL | 193.4º | 0.82% | 0.47% | - |
| HSV(B) | 193.4º | 0.9% | 0.85% | - |
| XYZ | 28.1 | 35.49 | 71.7 | - |
| YUV | 133.27 | 175.81 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 174 | 218 | 0.90 | 0.20 | 0 | 0.15 | 193.4 | 0.82 | 0.47 |
| Hex | 15 | AE | DA | 5A | 14 | 0 | F | C1 | 52 | 2F |
| Octal | 25 | 256 | 332 | 132 | 24 | 0 | 17 | 301 | 122 | 57 |
| Binary | 10101 | 10101110 | 11011010 | 1011010 | 10100 | 0 | 1111 | 11000001 | 1010010 | 101111 |
Color Harmonies of #15AEDA
Complementary color
Monochromatic Colors of #15AEDA
Black with #15AEDA
Text Example
Text Example
White with #15AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AEDA; }
p { color: rgb(21,174,218); }
H1.HeaderClassName
{
color: #15AEDA;
}
.AnyTagClassName
{
color: #15AEDA;
}
</style>
background-color css
<style>
a { background-color: #15AEDA; }
a { background-color: rgb(21,174,218); }
div.DivClassName
{
background-color: #15AEDA;
}
.BgClassName
{
background-color: #15AEDA;
}
</style>
border-color css
<style>
span { border-color: #15AEDA; }
span { border-color: rgb(21,174,218); }
td.TdClassName
{
border-color: #15AEDA;
}
.TagClassName
{
border-color: #15AEDA;
}
</style>