Shades of Iris Blue #15ACDA
Tints of Iris Blue #15ACDA
RGB
CMYK
RGB Variations
Color information
#15ACDA (or 0x15ACDA) is known color: Iris Blue. HEX triplet: 15, AC and DA. RGB value is (21,172,218). Sum of RGB (Red+Green+Blue) = 21+172+218=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #15ACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACDA is #EA5325. Grayscale: #838383. Windows color (decimal): -15356710 or 14330901. OLE color: 14330901.
HSL color Cylindrical-coordinate representation of color #15ACDA: hue angle of 194.01º 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 #15ACDA is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 172 | 218 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.15 |
| HSL | 194.01º | 0.82% | 0.47% | - |
| HSV(B) | 194.01º | 0.9% | 0.85% | - |
| XYZ | 27.72 | 34.73 | 71.57 | - |
| YUV | 132.1 | 176.47 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 218 | 0.90 | 0.21 | 0 | 0.15 | 194.01 | 0.82 | 0.47 |
| Hex | 15 | AC | DA | 5A | 15 | 0 | F | C2 | 52 | 2F |
| Octal | 25 | 254 | 332 | 132 | 25 | 0 | 17 | 302 | 122 | 57 |
| Binary | 10101 | 10101100 | 11011010 | 1011010 | 10101 | 0 | 1111 | 11000010 | 1010010 | 101111 |
Color Harmonies of #15ACDA
Complementary color
Monochromatic Colors of #15ACDA
Black with #15ACDA
Text Example
Text Example
White with #15ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ACDA; }
p { color: rgb(21,172,218); }
H1.HeaderClassName
{
color: #15ACDA;
}
.AnyTagClassName
{
color: #15ACDA;
}
</style>
background-color css
<style>
a { background-color: #15ACDA; }
a { background-color: rgb(21,172,218); }
div.DivClassName
{
background-color: #15ACDA;
}
.BgClassName
{
background-color: #15ACDA;
}
</style>
border-color css
<style>
span { border-color: #15ACDA; }
span { border-color: rgb(21,172,218); }
td.TdClassName
{
border-color: #15ACDA;
}
.TagClassName
{
border-color: #15ACDA;
}
</style>