Shades of Iris Blue #15BCD1
Tints of Iris Blue #15BCD1
RGB
CMYK
RGB Variations
Color information
#15BCD1 (or 0x15BCD1) is known color: Iris Blue. HEX triplet: 15, BC and D1. RGB value is (21,188,209). Sum of RGB (Red+Green+Blue) = 21+188+209=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #15BCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCD1 is #EA432E. Grayscale: #8C8C8C. Windows color (decimal): -15352623 or 13745173. OLE color: 13745173.
HSL color Cylindrical-coordinate representation of color #15BCD1: hue angle of 186.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BCD1 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 188 | 209 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.18 |
| HSL | 186.7º | 0.82% | 0.45% | - |
| HSV(B) | 186.7º | 0.9% | 0.82% | - |
| XYZ | 29.8 | 40.73 | 66.61 | - |
| YUV | 140.46 | 166.67 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 209 | 0.90 | 0.10 | 0 | 0.18 | 186.7 | 0.82 | 0.45 |
| Hex | 15 | BC | D1 | 5A | A | 0 | 12 | BB | 52 | 2D |
| Octal | 25 | 274 | 321 | 132 | 12 | 0 | 22 | 273 | 122 | 55 |
| Binary | 10101 | 10111100 | 11010001 | 1011010 | 1010 | 0 | 10010 | 10111011 | 1010010 | 101101 |
Color Harmonies of #15BCD1
Complementary color
Monochromatic Colors of #15BCD1
Black with #15BCD1
Text Example
Text Example
White with #15BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCD1; }
p { color: rgb(21,188,209); }
H1.HeaderClassName
{
color: #15BCD1;
}
.AnyTagClassName
{
color: #15BCD1;
}
</style>
background-color css
<style>
a { background-color: #15BCD1; }
a { background-color: rgb(21,188,209); }
div.DivClassName
{
background-color: #15BCD1;
}
.BgClassName
{
background-color: #15BCD1;
}
</style>
border-color css
<style>
span { border-color: #15BCD1; }
span { border-color: rgb(21,188,209); }
td.TdClassName
{
border-color: #15BCD1;
}
.TagClassName
{
border-color: #15BCD1;
}
</style>