Shades of Iris Blue #15C0DB
Tints of Iris Blue #15C0DB
RGB
CMYK
RGB Variations
Color information
#15C0DB (or 0x15C0DB) is known color: Iris Blue. HEX triplet: 15, C0 and DB. RGB value is (21,192,219). Sum of RGB (Red+Green+Blue) = 21+192+219=432 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.86% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #15C0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C0DB is #EA3F24. Grayscale: #8F8F8F. Windows color (decimal): -15351589 or 14401557. OLE color: 14401557.
HSL color Cylindrical-coordinate representation of color #15C0DB: hue angle of 188.18º 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 #15C0DB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 192 | 219 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.14 |
| HSL | 188.18º | 0.83% | 0.47% | - |
| HSV(B) | 188.18º | 0.9% | 0.86% | - |
| XYZ | 31.95 | 42.97 | 73.63 | - |
| YUV | 143.95 | 170.35 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 219 | 0.90 | 0.12 | 0 | 0.14 | 188.18 | 0.83 | 0.47 |
| Hex | 15 | C0 | DB | 5A | C | 0 | E | BC | 52 | 2F |
| Octal | 25 | 300 | 333 | 132 | 14 | 0 | 16 | 274 | 122 | 57 |
| Binary | 10101 | 11000000 | 11011011 | 1011010 | 1100 | 0 | 1110 | 10111100 | 1010010 | 101111 |
Color Harmonies of #15C0DB
Complementary color
Monochromatic Colors of #15C0DB
Black with #15C0DB
Text Example
Text Example
White with #15C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0DB; }
p { color: rgb(21,192,219); }
H1.HeaderClassName
{
color: #15C0DB;
}
.AnyTagClassName
{
color: #15C0DB;
}
</style>
background-color css
<style>
a { background-color: #15C0DB; }
a { background-color: rgb(21,192,219); }
div.DivClassName
{
background-color: #15C0DB;
}
.BgClassName
{
background-color: #15C0DB;
}
</style>
border-color css
<style>
span { border-color: #15C0DB; }
span { border-color: rgb(21,192,219); }
td.TdClassName
{
border-color: #15C0DB;
}
.TagClassName
{
border-color: #15C0DB;
}
</style>