Shades of Iris Blue #15BCDC
Tints of Iris Blue #15BCDC
RGB
CMYK
RGB Variations
Color information
#15BCDC (or 0x15BCDC) is known color: Iris Blue. HEX triplet: 15, BC and DC. RGB value is (21,188,220). Sum of RGB (Red+Green+Blue) = 21+188+220=429 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.90% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #15BCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCDC is #EA4323. Grayscale: #8D8D8D. Windows color (decimal): -15352612 or 14466069. OLE color: 14466069.
HSL color Cylindrical-coordinate representation of color #15BCDC: hue angle of 189.65º degrees, saturation: 0.83, 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 #15BCDC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 188 | 220 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.14 |
| HSL | 189.65º | 0.83% | 0.47% | - |
| HSV(B) | 189.65º | 0.9% | 0.86% | - |
| XYZ | 31.21 | 41.29 | 74.04 | - |
| YUV | 141.72 | 172.17 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 220 | 0.90 | 0.15 | 0 | 0.14 | 189.65 | 0.83 | 0.47 |
| Hex | 15 | BC | DC | 5A | F | 0 | E | BE | 53 | 2F |
| Octal | 25 | 274 | 334 | 132 | 17 | 0 | 16 | 276 | 123 | 57 |
| Binary | 10101 | 10111100 | 11011100 | 1011010 | 1111 | 0 | 1110 | 10111110 | 1010011 | 101111 |
Color Harmonies of #15BCDC
Complementary color
Monochromatic Colors of #15BCDC
Black with #15BCDC
Text Example
Text Example
White with #15BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCDC; }
p { color: rgb(21,188,220); }
H1.HeaderClassName
{
color: #15BCDC;
}
.AnyTagClassName
{
color: #15BCDC;
}
</style>
background-color css
<style>
a { background-color: #15BCDC; }
a { background-color: rgb(21,188,220); }
div.DivClassName
{
background-color: #15BCDC;
}
.BgClassName
{
background-color: #15BCDC;
}
</style>
border-color css
<style>
span { border-color: #15BCDC; }
span { border-color: rgb(21,188,220); }
td.TdClassName
{
border-color: #15BCDC;
}
.TagClassName
{
border-color: #15BCDC;
}
</style>