Shades of Iris Blue #15A6DB
Tints of Iris Blue #15A6DB
RGB
CMYK
RGB Variations
Color information
#15A6DB (or 0x15A6DB) is known color: Iris Blue. HEX triplet: 15, A6 and DB. RGB value is (21,166,219). Sum of RGB (Red+Green+Blue) = 21+166+219=406 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.17% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #15A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15A6DB is #EA5924. Grayscale: #808080. Windows color (decimal): -15358245 or 14394901. OLE color: 14394901.
HSL color Cylindrical-coordinate representation of color #15A6DB: hue angle of 196.06º degrees, saturation: 0.82, 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 #15A6DB is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 166 | 219 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.14 |
| HSL | 196.06º | 0.83% | 0.47% | - |
| HSV(B) | 196.06º | 0.9% | 0.86% | - |
| XYZ | 26.73 | 32.55 | 71.89 | - |
| YUV | 128.69 | 178.96 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 166 | 219 | 0.90 | 0.24 | 0 | 0.14 | 196.06 | 0.83 | 0.47 |
| Hex | 15 | A6 | DB | 5A | 18 | 0 | E | C4 | 52 | 2F |
| Octal | 25 | 246 | 333 | 132 | 30 | 0 | 16 | 304 | 122 | 57 |
| Binary | 10101 | 10100110 | 11011011 | 1011010 | 11000 | 0 | 1110 | 11000100 | 1010010 | 101111 |
Color Harmonies of #15A6DB
Complementary color
Monochromatic Colors of #15A6DB
Black with #15A6DB
Text Example
Text Example
White with #15A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A6DB; }
p { color: rgb(21,166,219); }
H1.HeaderClassName
{
color: #15A6DB;
}
.AnyTagClassName
{
color: #15A6DB;
}
</style>
background-color css
<style>
a { background-color: #15A6DB; }
a { background-color: rgb(21,166,219); }
div.DivClassName
{
background-color: #15A6DB;
}
.BgClassName
{
background-color: #15A6DB;
}
</style>
border-color css
<style>
span { border-color: #15A6DB; }
span { border-color: rgb(21,166,219); }
td.TdClassName
{
border-color: #15A6DB;
}
.TagClassName
{
border-color: #15A6DB;
}
</style>