Shades of Iris Blue #15BCE0
Tints of Iris Blue #15BCE0
RGB
CMYK
RGB Variations
Color information
#15BCE0 (or 0x15BCE0) is known color: Iris Blue. HEX triplet: 15, BC and E0. RGB value is (21,188,224). Sum of RGB (Red+Green+Blue) = 21+188+224=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #15BCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCE0 is #EA431F. Grayscale: #8D8D8D. Windows color (decimal): -15352608 or 14728213. OLE color: 14728213.
HSL color Cylindrical-coordinate representation of color #15BCE0: hue angle of 190.64º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BCE0 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 188 | 224 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.12 |
| HSL | 190.64º | 0.83% | 0.48% | - |
| HSV(B) | 190.64º | 0.91% | 0.88% | - |
| XYZ | 31.75 | 41.51 | 76.86 | - |
| YUV | 142.17 | 174.17 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 224 | 0.91 | 0.16 | 0 | 0.12 | 190.64 | 0.83 | 0.48 |
| Hex | 15 | BC | E0 | 5B | 10 | 0 | C | BF | 53 | 30 |
| Octal | 25 | 274 | 340 | 133 | 20 | 0 | 14 | 277 | 123 | 60 |
| Binary | 10101 | 10111100 | 11100000 | 1011011 | 10000 | 0 | 1100 | 10111111 | 1010011 | 110000 |
Color Harmonies of #15BCE0
Complementary color
Monochromatic Colors of #15BCE0
Black with #15BCE0
Text Example
Text Example
White with #15BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCE0; }
p { color: rgb(21,188,224); }
H1.HeaderClassName
{
color: #15BCE0;
}
.AnyTagClassName
{
color: #15BCE0;
}
</style>
background-color css
<style>
a { background-color: #15BCE0; }
a { background-color: rgb(21,188,224); }
div.DivClassName
{
background-color: #15BCE0;
}
.BgClassName
{
background-color: #15BCE0;
}
</style>
border-color css
<style>
span { border-color: #15BCE0; }
span { border-color: rgb(21,188,224); }
td.TdClassName
{
border-color: #15BCE0;
}
.TagClassName
{
border-color: #15BCE0;
}
</style>