Shades of Iris Blue #15AECE
Tints of Iris Blue #15AECE
RGB
CMYK
RGB Variations
Color information
#15AECE (or 0x15AECE) is known color: Iris Blue. HEX triplet: 15, AE and CE. RGB value is (21,174,206). Sum of RGB (Red+Green+Blue) = 21+174+206=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #15AECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AECE is #EA5131. Grayscale: #838383. Windows color (decimal): -15356210 or 13544981. OLE color: 13544981.
HSL color Cylindrical-coordinate representation of color #15AECE: hue angle of 190.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AECE is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 174 | 206 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.19 |
| HSL | 190.38º | 0.81% | 0.45% | - |
| HSV(B) | 190.38º | 0.9% | 0.81% | - |
| XYZ | 26.59 | 34.89 | 63.73 | - |
| YUV | 131.9 | 169.81 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 174 | 206 | 0.90 | 0.16 | 0 | 0.19 | 190.38 | 0.81 | 0.45 |
| Hex | 15 | AE | CE | 5A | 10 | 0 | 13 | BE | 51 | 2D |
| Octal | 25 | 256 | 316 | 132 | 20 | 0 | 23 | 276 | 121 | 55 |
| Binary | 10101 | 10101110 | 11001110 | 1011010 | 10000 | 0 | 10011 | 10111110 | 1010001 | 101101 |
Color Harmonies of #15AECE
Complementary color
Monochromatic Colors of #15AECE
Black with #15AECE
Text Example
Text Example
White with #15AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AECE; }
p { color: rgb(21,174,206); }
H1.HeaderClassName
{
color: #15AECE;
}
.AnyTagClassName
{
color: #15AECE;
}
</style>
background-color css
<style>
a { background-color: #15AECE; }
a { background-color: rgb(21,174,206); }
div.DivClassName
{
background-color: #15AECE;
}
.BgClassName
{
background-color: #15AECE;
}
</style>
border-color css
<style>
span { border-color: #15AECE; }
span { border-color: rgb(21,174,206); }
td.TdClassName
{
border-color: #15AECE;
}
.TagClassName
{
border-color: #15AECE;
}
</style>