Shades of Robin's Egg Blue #19CDC4
Tints of Robin's Egg Blue #19CDC4
RGB
CMYK
RGB Variations
Color information
#19CDC4 (or 0x19CDC4) is known color: Robin's Egg Blue. HEX triplet: 19, CD and C4. RGB value is (25,205,196). Sum of RGB (Red+Green+Blue) = 25+205+196=426 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.87% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #19CDC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CDC4 is #E6323B. Grayscale: #969696. Windows color (decimal): -15086140 or 12897561. OLE color: 12897561.
HSL color Cylindrical-coordinate representation of color #19CDC4: hue angle of 177º 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 #19CDC4 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 205 | 196 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.20 |
| HSL | 177º | 0.78% | 0.45% | - |
| HSV(B) | 177º | 0.88% | 0.8% | - |
| XYZ | 32.2 | 47.85 | 59.76 | - |
| YUV | 150.15 | 153.87 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 196 | 0.88 | 0 | 0.04 | 0.20 | 177 | 0.78 | 0.45 |
| Hex | 19 | CD | C4 | 58 | 0 | 4 | 14 | B1 | 4E | 2D |
| Octal | 31 | 315 | 304 | 130 | 0 | 4 | 24 | 261 | 116 | 55 |
| Binary | 11001 | 11001101 | 11000100 | 1011000 | 0 | 100 | 10100 | 10110001 | 1001110 | 101101 |
Color Harmonies of #19CDC4
Complementary color
Monochromatic Colors of #19CDC4
Black with #19CDC4
Text Example
Text Example
White with #19CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDC4; }
p { color: rgb(25,205,196); }
H1.HeaderClassName
{
color: #19CDC4;
}
.AnyTagClassName
{
color: #19CDC4;
}
</style>
background-color css
<style>
a { background-color: #19CDC4; }
a { background-color: rgb(25,205,196); }
div.DivClassName
{
background-color: #19CDC4;
}
.BgClassName
{
background-color: #19CDC4;
}
</style>
border-color css
<style>
span { border-color: #19CDC4; }
span { border-color: rgb(25,205,196); }
td.TdClassName
{
border-color: #19CDC4;
}
.TagClassName
{
border-color: #19CDC4;
}
</style>