Shades of Iris Blue #15C1CB
Tints of Iris Blue #15C1CB
RGB
CMYK
RGB Variations
Color information
#15C1CB (or 0x15C1CB) is known color: Iris Blue. HEX triplet: 15, C1 and CB. RGB value is (21,193,203). Sum of RGB (Red+Green+Blue) = 21+193+203=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #15C1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C1CB is #EA3E34. Grayscale: #8E8E8E. Windows color (decimal): -15351349 or 13353237. OLE color: 13353237.
HSL color Cylindrical-coordinate representation of color #15C1CB: hue angle of 183.3º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15C1CB is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 193 | 203 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.20 |
| HSL | 183.3º | 0.81% | 0.44% | - |
| HSV(B) | 183.3º | 0.9% | 0.8% | - |
| XYZ | 30.16 | 42.61 | 63.14 | - |
| YUV | 142.71 | 162.02 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 193 | 203 | 0.90 | 0.05 | 0 | 0.20 | 183.3 | 0.81 | 0.44 |
| Hex | 15 | C1 | CB | 5A | 5 | 0 | 14 | B7 | 51 | 2C |
| Octal | 25 | 301 | 313 | 132 | 5 | 0 | 24 | 267 | 121 | 54 |
| Binary | 10101 | 11000001 | 11001011 | 1011010 | 101 | 0 | 10100 | 10110111 | 1010001 | 101100 |
Color Harmonies of #15C1CB
Complementary color
Monochromatic Colors of #15C1CB
Black with #15C1CB
Text Example
Text Example
White with #15C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C1CB; }
p { color: rgb(21,193,203); }
H1.HeaderClassName
{
color: #15C1CB;
}
.AnyTagClassName
{
color: #15C1CB;
}
</style>
background-color css
<style>
a { background-color: #15C1CB; }
a { background-color: rgb(21,193,203); }
div.DivClassName
{
background-color: #15C1CB;
}
.BgClassName
{
background-color: #15C1CB;
}
</style>
border-color css
<style>
span { border-color: #15C1CB; }
span { border-color: rgb(21,193,203); }
td.TdClassName
{
border-color: #15C1CB;
}
.TagClassName
{
border-color: #15C1CB;
}
</style>