Shades of Iris Blue #15BCBE
Tints of Iris Blue #15BCBE
RGB
CMYK
RGB Variations
Color information
#15BCBE (or 0x15BCBE) is known color: Iris Blue. HEX triplet: 15, BC and BE. RGB value is (21,188,190). Sum of RGB (Red+Green+Blue) = 21+188+190=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #15BCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BCBE is #EA4341. Grayscale: #8A8A8A. Windows color (decimal): -15352642 or 12499989. OLE color: 12499989.
HSL color Cylindrical-coordinate representation of color #15BCBE: hue angle of 180.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BCBE is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 188 | 190 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.25 |
| HSL | 180.71º | 0.8% | 0.41% | - |
| HSV(B) | 180.71º | 0.89% | 0.75% | - |
| XYZ | 27.59 | 39.84 | 54.95 | - |
| YUV | 138.3 | 157.17 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 190 | 0.89 | 0.01 | 0 | 0.25 | 180.71 | 0.8 | 0.41 |
| Hex | 15 | BC | BE | 59 | 1 | 0 | 19 | B5 | 50 | 29 |
| Octal | 25 | 274 | 276 | 131 | 1 | 0 | 31 | 265 | 120 | 51 |
| Binary | 10101 | 10111100 | 10111110 | 1011001 | 1 | 0 | 11001 | 10110101 | 1010000 | 101001 |
Color Harmonies of #15BCBE
Complementary color
Monochromatic Colors of #15BCBE
Black with #15BCBE
Text Example
Text Example
White with #15BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BCBE; }
p { color: rgb(21,188,190); }
H1.HeaderClassName
{
color: #15BCBE;
}
.AnyTagClassName
{
color: #15BCBE;
}
</style>
background-color css
<style>
a { background-color: #15BCBE; }
a { background-color: rgb(21,188,190); }
div.DivClassName
{
background-color: #15BCBE;
}
.BgClassName
{
background-color: #15BCBE;
}
</style>
border-color css
<style>
span { border-color: #15BCBE; }
span { border-color: rgb(21,188,190); }
td.TdClassName
{
border-color: #15BCBE;
}
.TagClassName
{
border-color: #15BCBE;
}
</style>