Shades of Iris Blue #15A6DD
Tints of Iris Blue #15A6DD
RGB
CMYK
RGB Variations
Color information
#15A6DD (or 0x15A6DD) is known color: Iris Blue. HEX triplet: 15, A6 and DD. RGB value is (21,166,221). Sum of RGB (Red+Green+Blue) = 21+166+221=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #15A6DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6DD is #EA5922. Grayscale: #808080. Windows color (decimal): -15358243 or 14525973. OLE color: 14525973.
HSL color Cylindrical-coordinate representation of color #15A6DD: hue angle of 196.5º 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 #15A6DD is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 166 | 221 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.13 |
| HSL | 196.5º | 0.83% | 0.47% | - |
| HSV(B) | 196.5º | 0.9% | 0.87% | - |
| XYZ | 27 | 32.65 | 73.29 | - |
| YUV | 128.92 | 179.96 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 166 | 221 | 0.90 | 0.25 | 0 | 0.13 | 196.5 | 0.83 | 0.47 |
| Hex | 15 | A6 | DD | 5A | 19 | 0 | D | C4 | 53 | 2F |
| Octal | 25 | 246 | 335 | 132 | 31 | 0 | 15 | 304 | 123 | 57 |
| Binary | 10101 | 10100110 | 11011101 | 1011010 | 11001 | 0 | 1101 | 11000100 | 1010011 | 101111 |
Color Harmonies of #15A6DD
Complementary color
Monochromatic Colors of #15A6DD
Black with #15A6DD
Text Example
Text Example
White with #15A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A6DD; }
p { color: rgb(21,166,221); }
H1.HeaderClassName
{
color: #15A6DD;
}
.AnyTagClassName
{
color: #15A6DD;
}
</style>
background-color css
<style>
a { background-color: #15A6DD; }
a { background-color: rgb(21,166,221); }
div.DivClassName
{
background-color: #15A6DD;
}
.BgClassName
{
background-color: #15A6DD;
}
</style>
border-color css
<style>
span { border-color: #15A6DD; }
span { border-color: rgb(21,166,221); }
td.TdClassName
{
border-color: #15A6DD;
}
.TagClassName
{
border-color: #15A6DD;
}
</style>