Shades of Robin's Egg Blue #19CDC3
Tints of Robin's Egg Blue #19CDC3
RGB
CMYK
RGB Variations
Color information
#19CDC3 (or 0x19CDC3) is known color: Robin's Egg Blue. HEX triplet: 19, CD and C3. RGB value is (25,205,195). Sum of RGB (Red+Green+Blue) = 25+205+195=425 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.88% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #19CDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CDC3 is #E6323C. Grayscale: #959595. Windows color (decimal): -15086141 or 12832025. OLE color: 12832025.
HSL color Cylindrical-coordinate representation of color #19CDC3: hue angle of 176.67º 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 #19CDC3 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 205 | 195 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.20 |
| HSL | 176.67º | 0.78% | 0.45% | - |
| HSV(B) | 176.67º | 0.88% | 0.8% | - |
| XYZ | 32.08 | 47.81 | 59.17 | - |
| YUV | 150.04 | 153.37 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 195 | 0.88 | 0 | 0.05 | 0.20 | 176.67 | 0.78 | 0.45 |
| Hex | 19 | CD | C3 | 58 | 0 | 5 | 14 | B1 | 4E | 2D |
| Octal | 31 | 315 | 303 | 130 | 0 | 5 | 24 | 261 | 116 | 55 |
| Binary | 11001 | 11001101 | 11000011 | 1011000 | 0 | 101 | 10100 | 10110001 | 1001110 | 101101 |
Color Harmonies of #19CDC3
Complementary color
Monochromatic Colors of #19CDC3
Black with #19CDC3
Text Example
Text Example
White with #19CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDC3; }
p { color: rgb(25,205,195); }
H1.HeaderClassName
{
color: #19CDC3;
}
.AnyTagClassName
{
color: #19CDC3;
}
</style>
background-color css
<style>
a { background-color: #19CDC3; }
a { background-color: rgb(25,205,195); }
div.DivClassName
{
background-color: #19CDC3;
}
.BgClassName
{
background-color: #19CDC3;
}
</style>
border-color css
<style>
span { border-color: #19CDC3; }
span { border-color: rgb(25,205,195); }
td.TdClassName
{
border-color: #19CDC3;
}
.TagClassName
{
border-color: #19CDC3;
}
</style>