Shades of Iris Blue #15BCDB
Tints of Iris Blue #15BCDB
RGB
CMYK
RGB Variations
Color information
#15BCDB (or 0x15BCDB) is known color: Iris Blue. HEX triplet: 15, BC and DB. RGB value is (21,188,219). Sum of RGB (Red+Green+Blue) = 21+188+219=428 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.91% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #15BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCDB is #EA4324. Grayscale: #8D8D8D. Windows color (decimal): -15352613 or 14400533. OLE color: 14400533.
HSL color Cylindrical-coordinate representation of color #15BCDB: hue angle of 189.39º 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 #15BCDB is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 188 | 219 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.14 |
| HSL | 189.39º | 0.83% | 0.47% | - |
| HSV(B) | 189.39º | 0.9% | 0.86% | - |
| XYZ | 31.08 | 41.24 | 73.34 | - |
| YUV | 141.6 | 171.67 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 219 | 0.90 | 0.14 | 0 | 0.14 | 189.39 | 0.83 | 0.47 |
| Hex | 15 | BC | DB | 5A | E | 0 | E | BD | 52 | 2F |
| Octal | 25 | 274 | 333 | 132 | 16 | 0 | 16 | 275 | 122 | 57 |
| Binary | 10101 | 10111100 | 11011011 | 1011010 | 1110 | 0 | 1110 | 10111101 | 1010010 | 101111 |
Color Harmonies of #15BCDB
Complementary color
Monochromatic Colors of #15BCDB
Black with #15BCDB
Text Example
Text Example
White with #15BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCDB; }
p { color: rgb(21,188,219); }
H1.HeaderClassName
{
color: #15BCDB;
}
.AnyTagClassName
{
color: #15BCDB;
}
</style>
background-color css
<style>
a { background-color: #15BCDB; }
a { background-color: rgb(21,188,219); }
div.DivClassName
{
background-color: #15BCDB;
}
.BgClassName
{
background-color: #15BCDB;
}
</style>
border-color css
<style>
span { border-color: #15BCDB; }
span { border-color: rgb(21,188,219); }
td.TdClassName
{
border-color: #15BCDB;
}
.TagClassName
{
border-color: #15BCDB;
}
</style>