Shades of Robin's Egg Blue #19CDCD
Tints of Robin's Egg Blue #19CDCD
RGB
CMYK
RGB Variations
Color information
#19CDCD (or 0x19CDCD) is known color: Robin's Egg Blue. HEX triplet: 19, CD and CD. RGB value is (25,205,205). Sum of RGB (Red+Green+Blue) = 25+205+205=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #19CDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CDCD is #E63232. Grayscale: #979797. Windows color (decimal): -15086131 or 13487385. OLE color: 13487385.
HSL color Cylindrical-coordinate representation of color #19CDCD: hue angle of 180º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CDCD is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 205 | 205 | - |
| CMYK | 0.88 | 0 | 0 | 0.20 |
| HSL | 180º | 0.78% | 0.45% | - |
| HSV(B) | 180º | 0.88% | 0.8% | - |
| XYZ | 33.25 | 48.28 | 65.32 | - |
| YUV | 151.18 | 158.37 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 205 | 0.88 | 0 | 0 | 0.20 | 180 | 0.78 | 0.45 |
| Hex | 19 | CD | CD | 58 | 0 | 0 | 14 | B4 | 4E | 2D |
| Octal | 31 | 315 | 315 | 130 | 0 | 0 | 24 | 264 | 116 | 55 |
| Binary | 11001 | 11001101 | 11001101 | 1011000 | 0 | 0 | 10100 | 10110100 | 1001110 | 101101 |
Color Harmonies of #19CDCD
Complementary color
Monochromatic Colors of #19CDCD
Black with #19CDCD
Text Example
Text Example
White with #19CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDCD; }
p { color: rgb(25,205,205); }
H1.HeaderClassName
{
color: #19CDCD;
}
.AnyTagClassName
{
color: #19CDCD;
}
</style>
background-color css
<style>
a { background-color: #19CDCD; }
a { background-color: rgb(25,205,205); }
div.DivClassName
{
background-color: #19CDCD;
}
.BgClassName
{
background-color: #19CDCD;
}
</style>
border-color css
<style>
span { border-color: #19CDCD; }
span { border-color: rgb(25,205,205); }
td.TdClassName
{
border-color: #19CDCD;
}
.TagClassName
{
border-color: #19CDCD;
}
</style>