Shades of Iris Blue #15BCDD
Tints of Iris Blue #15BCDD
RGB
CMYK
RGB Variations
Color information
#15BCDD (or 0x15BCDD) is known color: Iris Blue. HEX triplet: 15, BC and DD. RGB value is (21,188,221). Sum of RGB (Red+Green+Blue) = 21+188+221=430 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.88% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #15BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCDD is #EA4322. Grayscale: #8D8D8D. Windows color (decimal): -15352611 or 14531605. OLE color: 14531605.
HSL color Cylindrical-coordinate representation of color #15BCDD: hue angle of 189.9º 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 #15BCDD is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 188 | 221 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.13 |
| HSL | 189.9º | 0.83% | 0.47% | - |
| HSV(B) | 189.9º | 0.9% | 0.87% | - |
| XYZ | 31.34 | 41.35 | 74.74 | - |
| YUV | 141.83 | 172.67 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 221 | 0.90 | 0.15 | 0 | 0.13 | 189.9 | 0.83 | 0.47 |
| Hex | 15 | BC | DD | 5A | F | 0 | D | BE | 53 | 2F |
| Octal | 25 | 274 | 335 | 132 | 17 | 0 | 15 | 276 | 123 | 57 |
| Binary | 10101 | 10111100 | 11011101 | 1011010 | 1111 | 0 | 1101 | 10111110 | 1010011 | 101111 |
Color Harmonies of #15BCDD
Complementary color
Monochromatic Colors of #15BCDD
Black with #15BCDD
Text Example
Text Example
White with #15BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCDD; }
p { color: rgb(21,188,221); }
H1.HeaderClassName
{
color: #15BCDD;
}
.AnyTagClassName
{
color: #15BCDD;
}
</style>
background-color css
<style>
a { background-color: #15BCDD; }
a { background-color: rgb(21,188,221); }
div.DivClassName
{
background-color: #15BCDD;
}
.BgClassName
{
background-color: #15BCDD;
}
</style>
border-color css
<style>
span { border-color: #15BCDD; }
span { border-color: rgb(21,188,221); }
td.TdClassName
{
border-color: #15BCDD;
}
.TagClassName
{
border-color: #15BCDD;
}
</style>