Shades of Robin's Egg Blue #15CBC0
Tints of Robin's Egg Blue #15CBC0
RGB
CMYK
RGB Variations
Color information
#15CBC0 (or 0x15CBC0) is known color: Robin's Egg Blue. HEX triplet: 15, CB and C0. RGB value is (21,203,192). Sum of RGB (Red+Green+Blue) = 21+203+192=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #15CBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15CBC0 is #EA343F. Grayscale: #939393. Windows color (decimal): -15348800 or 12634901. OLE color: 12634901.
HSL color Cylindrical-coordinate representation of color #15CBC0: hue angle of 176.37º 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 #15CBC0 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 192 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.20 |
| HSL | 176.37º | 0.81% | 0.44% | - |
| HSV(B) | 176.37º | 0.9% | 0.8% | - |
| XYZ | 31.18 | 46.68 | 57.24 | - |
| YUV | 147.33 | 153.2 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 192 | 0.90 | 0 | 0.05 | 0.20 | 176.37 | 0.81 | 0.44 |
| Hex | 15 | CB | C0 | 5A | 0 | 5 | 14 | B0 | 51 | 2C |
| Octal | 25 | 313 | 300 | 132 | 0 | 5 | 24 | 260 | 121 | 54 |
| Binary | 10101 | 11001011 | 11000000 | 1011010 | 0 | 101 | 10100 | 10110000 | 1010001 | 101100 |
Color Harmonies of #15CBC0
Complementary color
Monochromatic Colors of #15CBC0
Black with #15CBC0
Text Example
Text Example
White with #15CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBC0; }
p { color: rgb(21,203,192); }
H1.HeaderClassName
{
color: #15CBC0;
}
.AnyTagClassName
{
color: #15CBC0;
}
</style>
background-color css
<style>
a { background-color: #15CBC0; }
a { background-color: rgb(21,203,192); }
div.DivClassName
{
background-color: #15CBC0;
}
.BgClassName
{
background-color: #15CBC0;
}
</style>
border-color css
<style>
span { border-color: #15CBC0; }
span { border-color: rgb(21,203,192); }
td.TdClassName
{
border-color: #15CBC0;
}
.TagClassName
{
border-color: #15CBC0;
}
</style>