Shades of Iris Blue #15AECA
Tints of Iris Blue #15AECA
RGB
CMYK
RGB Variations
Color information
#15AECA (or 0x15AECA) is known color: Iris Blue. HEX triplet: 15, AE and CA. RGB value is (21,174,202). Sum of RGB (Red+Green+Blue) = 21+174+202=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #15AECA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AECA is #EA5135. Grayscale: #838383. Windows color (decimal): -15356214 or 13282837. OLE color: 13282837.
HSL color Cylindrical-coordinate representation of color #15AECA: hue angle of 189.28º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AECA is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 174 | 202 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.21 |
| HSL | 189.28º | 0.81% | 0.44% | - |
| HSV(B) | 189.28º | 0.9% | 0.79% | - |
| XYZ | 26.11 | 34.7 | 61.2 | - |
| YUV | 131.45 | 167.81 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 174 | 202 | 0.90 | 0.14 | 0 | 0.21 | 189.28 | 0.81 | 0.44 |
| Hex | 15 | AE | CA | 5A | E | 0 | 15 | BD | 51 | 2C |
| Octal | 25 | 256 | 312 | 132 | 16 | 0 | 25 | 275 | 121 | 54 |
| Binary | 10101 | 10101110 | 11001010 | 1011010 | 1110 | 0 | 10101 | 10111101 | 1010001 | 101100 |
Color Harmonies of #15AECA
Complementary color
Monochromatic Colors of #15AECA
Black with #15AECA
Text Example
Text Example
White with #15AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AECA; }
p { color: rgb(21,174,202); }
H1.HeaderClassName
{
color: #15AECA;
}
.AnyTagClassName
{
color: #15AECA;
}
</style>
background-color css
<style>
a { background-color: #15AECA; }
a { background-color: rgb(21,174,202); }
div.DivClassName
{
background-color: #15AECA;
}
.BgClassName
{
background-color: #15AECA;
}
</style>
border-color css
<style>
span { border-color: #15AECA; }
span { border-color: rgb(21,174,202); }
td.TdClassName
{
border-color: #15AECA;
}
.TagClassName
{
border-color: #15AECA;
}
</style>