Shades of Iris Blue #15AECC
Tints of Iris Blue #15AECC
RGB
CMYK
RGB Variations
Color information
#15AECC (or 0x15AECC) is known color: Iris Blue. HEX triplet: 15, AE and CC. RGB value is (21,174,204). Sum of RGB (Red+Green+Blue) = 21+174+204=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #15AECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AECC is #EA5133. Grayscale: #838383. Windows color (decimal): -15356212 or 13413909. OLE color: 13413909.
HSL color Cylindrical-coordinate representation of color #15AECC: hue angle of 189.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15AECC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 174 | 204 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.2 |
| HSL | 189.84º | 0.81% | 0.44% | - |
| HSV(B) | 189.84º | 0.9% | 0.8% | - |
| XYZ | 26.34 | 34.79 | 62.45 | - |
| YUV | 131.67 | 168.81 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 174 | 204 | 0.90 | 0.15 | 0 | 0.2 | 189.84 | 0.81 | 0.44 |
| Hex | 15 | AE | CC | 5A | F | 0 | 14 | BE | 51 | 2C |
| Octal | 25 | 256 | 314 | 132 | 17 | 0 | 24 | 276 | 121 | 54 |
| Binary | 10101 | 10101110 | 11001100 | 1011010 | 1111 | 0 | 10100 | 10111110 | 1010001 | 101100 |
Color Harmonies of #15AECC
Complementary color
Monochromatic Colors of #15AECC
Black with #15AECC
Text Example
Text Example
White with #15AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AECC; }
p { color: rgb(21,174,204); }
H1.HeaderClassName
{
color: #15AECC;
}
.AnyTagClassName
{
color: #15AECC;
}
</style>
background-color css
<style>
a { background-color: #15AECC; }
a { background-color: rgb(21,174,204); }
div.DivClassName
{
background-color: #15AECC;
}
.BgClassName
{
background-color: #15AECC;
}
</style>
border-color css
<style>
span { border-color: #15AECC; }
span { border-color: rgb(21,174,204); }
td.TdClassName
{
border-color: #15AECC;
}
.TagClassName
{
border-color: #15AECC;
}
</style>