Shades of Iris Blue #15ABDC
Tints of Iris Blue #15ABDC
RGB
CMYK
RGB Variations
Color information
#15ABDC (or 0x15ABDC) is known color: Iris Blue. HEX triplet: 15, AB and DC. RGB value is (21,171,220). Sum of RGB (Red+Green+Blue) = 21+171+220=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #15ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ABDC is #EA5423. Grayscale: #838383. Windows color (decimal): -15356964 or 14461717. OLE color: 14461717.
HSL color Cylindrical-coordinate representation of color #15ABDC: hue angle of 194.77º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ABDC is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 171 | 220 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.14 |
| HSL | 194.77º | 0.83% | 0.47% | - |
| HSV(B) | 194.77º | 0.9% | 0.86% | - |
| XYZ | 27.79 | 34.45 | 72.9 | - |
| YUV | 131.74 | 177.81 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 220 | 0.90 | 0.22 | 0 | 0.14 | 194.77 | 0.83 | 0.47 |
| Hex | 15 | AB | DC | 5A | 16 | 0 | E | C3 | 53 | 2F |
| Octal | 25 | 253 | 334 | 132 | 26 | 0 | 16 | 303 | 123 | 57 |
| Binary | 10101 | 10101011 | 11011100 | 1011010 | 10110 | 0 | 1110 | 11000011 | 1010011 | 101111 |
Color Harmonies of #15ABDC
Complementary color
Monochromatic Colors of #15ABDC
Black with #15ABDC
Text Example
Text Example
White with #15ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ABDC; }
p { color: rgb(21,171,220); }
H1.HeaderClassName
{
color: #15ABDC;
}
.AnyTagClassName
{
color: #15ABDC;
}
</style>
background-color css
<style>
a { background-color: #15ABDC; }
a { background-color: rgb(21,171,220); }
div.DivClassName
{
background-color: #15ABDC;
}
.BgClassName
{
background-color: #15ABDC;
}
</style>
border-color css
<style>
span { border-color: #15ABDC; }
span { border-color: rgb(21,171,220); }
td.TdClassName
{
border-color: #15ABDC;
}
.TagClassName
{
border-color: #15ABDC;
}
</style>