Shades of Iris Blue #15BCD0
Tints of Iris Blue #15BCD0
RGB
CMYK
RGB Variations
Color information
#15BCD0 (or 0x15BCD0) is known color: Iris Blue. HEX triplet: 15, BC and D0. RGB value is (21,188,208). Sum of RGB (Red+Green+Blue) = 21+188+208=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #15BCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCD0 is #EA432F. Grayscale: #8C8C8C. Windows color (decimal): -15352624 or 13679637. OLE color: 13679637.
HSL color Cylindrical-coordinate representation of color #15BCD0: hue angle of 186.42º 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 #15BCD0 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 188 | 208 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.18 |
| HSL | 186.42º | 0.82% | 0.45% | - |
| HSV(B) | 186.42º | 0.9% | 0.82% | - |
| XYZ | 29.68 | 40.68 | 65.96 | - |
| YUV | 140.35 | 166.17 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 208 | 0.90 | 0.10 | 0 | 0.18 | 186.42 | 0.82 | 0.45 |
| Hex | 15 | BC | D0 | 5A | A | 0 | 12 | BA | 52 | 2D |
| Octal | 25 | 274 | 320 | 132 | 12 | 0 | 22 | 272 | 122 | 55 |
| Binary | 10101 | 10111100 | 11010000 | 1011010 | 1010 | 0 | 10010 | 10111010 | 1010010 | 101101 |
Color Harmonies of #15BCD0
Complementary color
Monochromatic Colors of #15BCD0
Black with #15BCD0
Text Example
Text Example
White with #15BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCD0; }
p { color: rgb(21,188,208); }
H1.HeaderClassName
{
color: #15BCD0;
}
.AnyTagClassName
{
color: #15BCD0;
}
</style>
background-color css
<style>
a { background-color: #15BCD0; }
a { background-color: rgb(21,188,208); }
div.DivClassName
{
background-color: #15BCD0;
}
.BgClassName
{
background-color: #15BCD0;
}
</style>
border-color css
<style>
span { border-color: #15BCD0; }
span { border-color: rgb(21,188,208); }
td.TdClassName
{
border-color: #15BCD0;
}
.TagClassName
{
border-color: #15BCD0;
}
</style>