Shades of Iris Blue #15BEC0
Tints of Iris Blue #15BEC0
RGB
CMYK
RGB Variations
Color information
#15BEC0 (or 0x15BEC0) is known color: Iris Blue. HEX triplet: 15, BE and C0. RGB value is (21,190,192). Sum of RGB (Red+Green+Blue) = 21+190+192=403 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.21% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #15BEC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BEC0 is #EA413F. Grayscale: #8B8B8B. Windows color (decimal): -15352128 or 12631573. OLE color: 12631573.
HSL color Cylindrical-coordinate representation of color #15BEC0: hue angle of 180.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BEC0 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 190 | 192 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.25 |
| HSL | 180.7º | 0.8% | 0.42% | - |
| HSV(B) | 180.7º | 0.89% | 0.75% | - |
| XYZ | 28.24 | 40.79 | 56.25 | - |
| YUV | 139.7 | 157.51 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 192 | 0.89 | 0.01 | 0 | 0.25 | 180.7 | 0.8 | 0.42 |
| Hex | 15 | BE | C0 | 59 | 1 | 0 | 19 | B5 | 50 | 2A |
| Octal | 25 | 276 | 300 | 131 | 1 | 0 | 31 | 265 | 120 | 52 |
| Binary | 10101 | 10111110 | 11000000 | 1011001 | 1 | 0 | 11001 | 10110101 | 1010000 | 101010 |
Color Harmonies of #15BEC0
Complementary color
Monochromatic Colors of #15BEC0
Black with #15BEC0
Text Example
Text Example
White with #15BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BEC0; }
p { color: rgb(21,190,192); }
H1.HeaderClassName
{
color: #15BEC0;
}
.AnyTagClassName
{
color: #15BEC0;
}
</style>
background-color css
<style>
a { background-color: #15BEC0; }
a { background-color: rgb(21,190,192); }
div.DivClassName
{
background-color: #15BEC0;
}
.BgClassName
{
background-color: #15BEC0;
}
</style>
border-color css
<style>
span { border-color: #15BEC0; }
span { border-color: rgb(21,190,192); }
td.TdClassName
{
border-color: #15BEC0;
}
.TagClassName
{
border-color: #15BEC0;
}
</style>