Shades of Iris Blue #15ABDD
Tints of Iris Blue #15ABDD
RGB
CMYK
RGB Variations
Color information
#15ABDD (or 0x15ABDD) is known color: Iris Blue. HEX triplet: 15, AB and DD. RGB value is (21,171,221). Sum of RGB (Red+Green+Blue) = 21+171+221=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #15ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ABDD is #EA5422. Grayscale: #838383. Windows color (decimal): -15356963 or 14527253. OLE color: 14527253.
HSL color Cylindrical-coordinate representation of color #15ABDD: hue angle of 195º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ABDD is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 171 | 221 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.13 |
| HSL | 195º | 0.83% | 0.47% | - |
| HSV(B) | 195º | 0.9% | 0.87% | - |
| XYZ | 27.92 | 34.51 | 73.6 | - |
| YUV | 131.85 | 178.31 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 221 | 0.90 | 0.23 | 0 | 0.13 | 195 | 0.83 | 0.47 |
| Hex | 15 | AB | DD | 5A | 17 | 0 | D | C3 | 53 | 2F |
| Octal | 25 | 253 | 335 | 132 | 27 | 0 | 15 | 303 | 123 | 57 |
| Binary | 10101 | 10101011 | 11011101 | 1011010 | 10111 | 0 | 1101 | 11000011 | 1010011 | 101111 |
Color Harmonies of #15ABDD
Complementary color
Monochromatic Colors of #15ABDD
Black with #15ABDD
Text Example
Text Example
White with #15ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ABDD; }
p { color: rgb(21,171,221); }
H1.HeaderClassName
{
color: #15ABDD;
}
.AnyTagClassName
{
color: #15ABDD;
}
</style>
background-color css
<style>
a { background-color: #15ABDD; }
a { background-color: rgb(21,171,221); }
div.DivClassName
{
background-color: #15ABDD;
}
.BgClassName
{
background-color: #15ABDD;
}
</style>
border-color css
<style>
span { border-color: #15ABDD; }
span { border-color: rgb(21,171,221); }
td.TdClassName
{
border-color: #15ABDD;
}
.TagClassName
{
border-color: #15ABDD;
}
</style>