Shades of Iris Blue #15C0DA
Tints of Iris Blue #15C0DA
RGB
CMYK
RGB Variations
Color information
#15C0DA (or 0x15C0DA) is known color: Iris Blue. HEX triplet: 15, C0 and DA. RGB value is (21,192,218). Sum of RGB (Red+Green+Blue) = 21+192+218=431 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.87% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #15C0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C0DA is #EA3F25. Grayscale: #8F8F8F. Windows color (decimal): -15351590 or 14336021. OLE color: 14336021.
HSL color Cylindrical-coordinate representation of color #15C0DA: hue angle of 187.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C0DA is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 192 | 218 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.15 |
| HSL | 187.92º | 0.82% | 0.47% | - |
| HSV(B) | 187.92º | 0.9% | 0.85% | - |
| XYZ | 31.81 | 42.92 | 72.94 | - |
| YUV | 143.84 | 169.85 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 218 | 0.90 | 0.12 | 0 | 0.15 | 187.92 | 0.82 | 0.47 |
| Hex | 15 | C0 | DA | 5A | C | 0 | F | BC | 52 | 2F |
| Octal | 25 | 300 | 332 | 132 | 14 | 0 | 17 | 274 | 122 | 57 |
| Binary | 10101 | 11000000 | 11011010 | 1011010 | 1100 | 0 | 1111 | 10111100 | 1010010 | 101111 |
Color Harmonies of #15C0DA
Complementary color
Monochromatic Colors of #15C0DA
Black with #15C0DA
Text Example
Text Example
White with #15C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C0DA; }
p { color: rgb(21,192,218); }
H1.HeaderClassName
{
color: #15C0DA;
}
.AnyTagClassName
{
color: #15C0DA;
}
</style>
background-color css
<style>
a { background-color: #15C0DA; }
a { background-color: rgb(21,192,218); }
div.DivClassName
{
background-color: #15C0DA;
}
.BgClassName
{
background-color: #15C0DA;
}
</style>
border-color css
<style>
span { border-color: #15C0DA; }
span { border-color: rgb(21,192,218); }
td.TdClassName
{
border-color: #15C0DA;
}
.TagClassName
{
border-color: #15C0DA;
}
</style>