Shades of Iris Blue #15C0C1
Tints of Iris Blue #15C0C1
RGB
CMYK
RGB Variations
Color information
#15C0C1 (or 0x15C0C1) is known color: Iris Blue. HEX triplet: 15, C0 and C1. RGB value is (21,192,193). Sum of RGB (Red+Green+Blue) = 21+192+193=406 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.17% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #15C0C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C0C1 is #EA3F3E. Grayscale: #8C8C8C. Windows color (decimal): -15351615 or 12697621. OLE color: 12697621.
HSL color Cylindrical-coordinate representation of color #15C0C1: hue angle of 180.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C0C1 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 192 | 193 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.24 |
| HSL | 180.35º | 0.8% | 0.42% | - |
| HSV(B) | 180.35º | 0.89% | 0.76% | - |
| XYZ | 28.78 | 41.71 | 56.99 | - |
| YUV | 140.99 | 157.35 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 193 | 0.89 | 0.01 | 0 | 0.24 | 180.35 | 0.8 | 0.42 |
| Hex | 15 | C0 | C1 | 59 | 1 | 0 | 18 | B4 | 50 | 2A |
| Octal | 25 | 300 | 301 | 131 | 1 | 0 | 30 | 264 | 120 | 52 |
| Binary | 10101 | 11000000 | 11000001 | 1011001 | 1 | 0 | 11000 | 10110100 | 1010000 | 101010 |
Color Harmonies of #15C0C1
Complementary color
Monochromatic Colors of #15C0C1
Black with #15C0C1
Text Example
Text Example
White with #15C0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0C1; }
p { color: rgb(21,192,193); }
H1.HeaderClassName
{
color: #15C0C1;
}
.AnyTagClassName
{
color: #15C0C1;
}
</style>
background-color css
<style>
a { background-color: #15C0C1; }
a { background-color: rgb(21,192,193); }
div.DivClassName
{
background-color: #15C0C1;
}
.BgClassName
{
background-color: #15C0C1;
}
</style>
border-color css
<style>
span { border-color: #15C0C1; }
span { border-color: rgb(21,192,193); }
td.TdClassName
{
border-color: #15C0C1;
}
.TagClassName
{
border-color: #15C0C1;
}
</style>