Shades of Iris Blue #15A6DC
Tints of Iris Blue #15A6DC
RGB
CMYK
RGB Variations
Color information
#15A6DC (or 0x15A6DC) is known color: Iris Blue. HEX triplet: 15, A6 and DC. RGB value is (21,166,220). Sum of RGB (Red+Green+Blue) = 21+166+220=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #15A6DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6DC is #EA5923. Grayscale: #808080. Windows color (decimal): -15358244 or 14460437. OLE color: 14460437.
HSL color Cylindrical-coordinate representation of color #15A6DC: hue angle of 196.28º 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 #15A6DC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 166 | 220 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.14 |
| HSL | 196.28º | 0.83% | 0.47% | - |
| HSV(B) | 196.28º | 0.9% | 0.86% | - |
| XYZ | 26.86 | 32.6 | 72.59 | - |
| YUV | 128.8 | 179.46 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 166 | 220 | 0.90 | 0.25 | 0 | 0.14 | 196.28 | 0.83 | 0.47 |
| Hex | 15 | A6 | DC | 5A | 19 | 0 | E | C4 | 53 | 2F |
| Octal | 25 | 246 | 334 | 132 | 31 | 0 | 16 | 304 | 123 | 57 |
| Binary | 10101 | 10100110 | 11011100 | 1011010 | 11001 | 0 | 1110 | 11000100 | 1010011 | 101111 |
Color Harmonies of #15A6DC
Complementary color
Monochromatic Colors of #15A6DC
Black with #15A6DC
Text Example
Text Example
White with #15A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A6DC; }
p { color: rgb(21,166,220); }
H1.HeaderClassName
{
color: #15A6DC;
}
.AnyTagClassName
{
color: #15A6DC;
}
</style>
background-color css
<style>
a { background-color: #15A6DC; }
a { background-color: rgb(21,166,220); }
div.DivClassName
{
background-color: #15A6DC;
}
.BgClassName
{
background-color: #15A6DC;
}
</style>
border-color css
<style>
span { border-color: #15A6DC; }
span { border-color: rgb(21,166,220); }
td.TdClassName
{
border-color: #15A6DC;
}
.TagClassName
{
border-color: #15A6DC;
}
</style>