Shades of Iris Blue #15A9DD
Tints of Iris Blue #15A9DD
RGB
CMYK
RGB Variations
Color information
#15A9DD (or 0x15A9DD) is known color: Iris Blue. HEX triplet: 15, A9 and DD. RGB value is (21,169,221). Sum of RGB (Red+Green+Blue) = 21+169+221=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #15A9DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A9DD is #EA5622. Grayscale: #828282. Windows color (decimal): -15357475 or 14526741. OLE color: 14526741.
HSL color Cylindrical-coordinate representation of color #15A9DD: hue angle of 195.6º 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 #15A9DD is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 169 | 221 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.13 |
| HSL | 195.6º | 0.83% | 0.47% | - |
| HSV(B) | 195.6º | 0.9% | 0.87% | - |
| XYZ | 27.55 | 33.76 | 73.47 | - |
| YUV | 130.68 | 178.97 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 169 | 221 | 0.90 | 0.24 | 0 | 0.13 | 195.6 | 0.83 | 0.47 |
| Hex | 15 | A9 | DD | 5A | 18 | 0 | D | C4 | 53 | 2F |
| Octal | 25 | 251 | 335 | 132 | 30 | 0 | 15 | 304 | 123 | 57 |
| Binary | 10101 | 10101001 | 11011101 | 1011010 | 11000 | 0 | 1101 | 11000100 | 1010011 | 101111 |
Color Harmonies of #15A9DD
Complementary color
Monochromatic Colors of #15A9DD
Black with #15A9DD
Text Example
Text Example
White with #15A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A9DD; }
p { color: rgb(21,169,221); }
H1.HeaderClassName
{
color: #15A9DD;
}
.AnyTagClassName
{
color: #15A9DD;
}
</style>
background-color css
<style>
a { background-color: #15A9DD; }
a { background-color: rgb(21,169,221); }
div.DivClassName
{
background-color: #15A9DD;
}
.BgClassName
{
background-color: #15A9DD;
}
</style>
border-color css
<style>
span { border-color: #15A9DD; }
span { border-color: rgb(21,169,221); }
td.TdClassName
{
border-color: #15A9DD;
}
.TagClassName
{
border-color: #15A9DD;
}
</style>