Shades of Robin's Egg Blue #15D0CC
Tints of Robin's Egg Blue #15D0CC
RGB
CMYK
RGB Variations
Color information
#15D0CC (or 0x15D0CC) is known color: Robin's Egg Blue. HEX triplet: 15, D0 and CC. RGB value is (21,208,204). Sum of RGB (Red+Green+Blue) = 21+208+204=433 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.85% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #15D0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15D0CC is #EA2F33. Grayscale: #979797. Windows color (decimal): -15347508 or 13422613. OLE color: 13422613.
HSL color Cylindrical-coordinate representation of color #15D0CC: hue angle of 178.72º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D0CC is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 208 | 204 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.18 |
| HSL | 178.72º | 0.82% | 0.45% | - |
| HSV(B) | 178.72º | 0.9% | 0.82% | - |
| XYZ | 33.76 | 49.63 | 64.93 | - |
| YUV | 151.63 | 157.55 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 204 | 0.90 | 0 | 0.02 | 0.18 | 178.72 | 0.82 | 0.45 |
| Hex | 15 | D0 | CC | 5A | 0 | 2 | 12 | B3 | 52 | 2D |
| Octal | 25 | 320 | 314 | 132 | 0 | 2 | 22 | 263 | 122 | 55 |
| Binary | 10101 | 11010000 | 11001100 | 1011010 | 0 | 10 | 10010 | 10110011 | 1010010 | 101101 |
Color Harmonies of #15D0CC
Complementary color
Monochromatic Colors of #15D0CC
Black with #15D0CC
Text Example
Text Example
White with #15D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D0CC; }
p { color: rgb(21,208,204); }
H1.HeaderClassName
{
color: #15D0CC;
}
.AnyTagClassName
{
color: #15D0CC;
}
</style>
background-color css
<style>
a { background-color: #15D0CC; }
a { background-color: rgb(21,208,204); }
div.DivClassName
{
background-color: #15D0CC;
}
.BgClassName
{
background-color: #15D0CC;
}
</style>
border-color css
<style>
span { border-color: #15D0CC; }
span { border-color: rgb(21,208,204); }
td.TdClassName
{
border-color: #15D0CC;
}
.TagClassName
{
border-color: #15D0CC;
}
</style>