Shades of Iris Blue #15C0D7
Tints of Iris Blue #15C0D7
RGB
CMYK
RGB Variations
Color information
#15C0D7 (or 0x15C0D7) is known color: Iris Blue. HEX triplet: 15, C0 and D7. RGB value is (21,192,215). Sum of RGB (Red+Green+Blue) = 21+192+215=428 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.91% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #15C0D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C0D7 is #EA3F28. Grayscale: #8F8F8F. Windows color (decimal): -15351593 or 14139413. OLE color: 14139413.
HSL color Cylindrical-coordinate representation of color #15C0D7: hue angle of 187.11º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C0D7 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 192 | 215 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.16 |
| HSL | 187.11º | 0.82% | 0.46% | - |
| HSV(B) | 187.11º | 0.9% | 0.84% | - |
| XYZ | 31.42 | 42.77 | 70.89 | - |
| YUV | 143.49 | 168.35 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 215 | 0.90 | 0.11 | 0 | 0.16 | 187.11 | 0.82 | 0.46 |
| Hex | 15 | C0 | D7 | 5A | B | 0 | 10 | BB | 52 | 2E |
| Octal | 25 | 300 | 327 | 132 | 13 | 0 | 20 | 273 | 122 | 56 |
| Binary | 10101 | 11000000 | 11010111 | 1011010 | 1011 | 0 | 10000 | 10111011 | 1010010 | 101110 |
Color Harmonies of #15C0D7
Complementary color
Monochromatic Colors of #15C0D7
Black with #15C0D7
Text Example
Text Example
White with #15C0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0D7; }
p { color: rgb(21,192,215); }
H1.HeaderClassName
{
color: #15C0D7;
}
.AnyTagClassName
{
color: #15C0D7;
}
</style>
background-color css
<style>
a { background-color: #15C0D7; }
a { background-color: rgb(21,192,215); }
div.DivClassName
{
background-color: #15C0D7;
}
.BgClassName
{
background-color: #15C0D7;
}
</style>
border-color css
<style>
span { border-color: #15C0D7; }
span { border-color: rgb(21,192,215); }
td.TdClassName
{
border-color: #15C0D7;
}
.TagClassName
{
border-color: #15C0D7;
}
</style>