Shades of Iris Blue #15BCD3
Tints of Iris Blue #15BCD3
RGB
CMYK
RGB Variations
Color information
#15BCD3 (or 0x15BCD3) is known color: Iris Blue. HEX triplet: 15, BC and D3. RGB value is (21,188,211). Sum of RGB (Red+Green+Blue) = 21+188+211=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #15BCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCD3 is #EA432C. Grayscale: #8C8C8C. Windows color (decimal): -15352621 or 13876245. OLE color: 13876245.
HSL color Cylindrical-coordinate representation of color #15BCD3: hue angle of 187.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BCD3 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 188 | 211 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.17 |
| HSL | 187.26º | 0.82% | 0.45% | - |
| HSV(B) | 187.26º | 0.9% | 0.83% | - |
| XYZ | 30.05 | 40.83 | 67.92 | - |
| YUV | 140.69 | 167.67 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 211 | 0.90 | 0.11 | 0 | 0.17 | 187.26 | 0.82 | 0.45 |
| Hex | 15 | BC | D3 | 5A | B | 0 | 11 | BB | 52 | 2D |
| Octal | 25 | 274 | 323 | 132 | 13 | 0 | 21 | 273 | 122 | 55 |
| Binary | 10101 | 10111100 | 11010011 | 1011010 | 1011 | 0 | 10001 | 10111011 | 1010010 | 101101 |
Color Harmonies of #15BCD3
Complementary color
Monochromatic Colors of #15BCD3
Black with #15BCD3
Text Example
Text Example
White with #15BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCD3; }
p { color: rgb(21,188,211); }
H1.HeaderClassName
{
color: #15BCD3;
}
.AnyTagClassName
{
color: #15BCD3;
}
</style>
background-color css
<style>
a { background-color: #15BCD3; }
a { background-color: rgb(21,188,211); }
div.DivClassName
{
background-color: #15BCD3;
}
.BgClassName
{
background-color: #15BCD3;
}
</style>
border-color css
<style>
span { border-color: #15BCD3; }
span { border-color: rgb(21,188,211); }
td.TdClassName
{
border-color: #15BCD3;
}
.TagClassName
{
border-color: #15BCD3;
}
</style>