Shades of Robin's Egg Blue #19CBCD
Tints of Robin's Egg Blue #19CBCD
RGB
CMYK
RGB Variations
Color information
#19CBCD (or 0x19CBCD) is known color: Robin's Egg Blue. HEX triplet: 19, CB and CD. RGB value is (25,203,205). Sum of RGB (Red+Green+Blue) = 25+203+205=433 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.77% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #19CBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBCD is #E63432. Grayscale: #959595. Windows color (decimal): -15086643 or 13486873. OLE color: 13486873.
HSL color Cylindrical-coordinate representation of color #19CBCD: hue angle of 180.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 #19CBCD is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 205 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.20 |
| HSL | 180.67º | 0.78% | 0.45% | - |
| HSV(B) | 180.67º | 0.88% | 0.8% | - |
| XYZ | 32.78 | 47.33 | 65.17 | - |
| YUV | 150.01 | 159.03 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 205 | 0.88 | 0.01 | 0 | 0.20 | 180.67 | 0.78 | 0.45 |
| Hex | 19 | CB | CD | 58 | 1 | 0 | 14 | B5 | 4E | 2D |
| Octal | 31 | 313 | 315 | 130 | 1 | 0 | 24 | 265 | 116 | 55 |
| Binary | 11001 | 11001011 | 11001101 | 1011000 | 1 | 0 | 10100 | 10110101 | 1001110 | 101101 |
Color Harmonies of #19CBCD
Complementary color
Monochromatic Colors of #19CBCD
Black with #19CBCD
Text Example
Text Example
White with #19CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBCD; }
p { color: rgb(25,203,205); }
H1.HeaderClassName
{
color: #19CBCD;
}
.AnyTagClassName
{
color: #19CBCD;
}
</style>
background-color css
<style>
a { background-color: #19CBCD; }
a { background-color: rgb(25,203,205); }
div.DivClassName
{
background-color: #19CBCD;
}
.BgClassName
{
background-color: #19CBCD;
}
</style>
border-color css
<style>
span { border-color: #19CBCD; }
span { border-color: rgb(25,203,205); }
td.TdClassName
{
border-color: #19CBCD;
}
.TagClassName
{
border-color: #19CBCD;
}
</style>