Shades of Robin's Egg Blue #19CBCB
Tints of Robin's Egg Blue #19CBCB
RGB
CMYK
RGB Variations
Color information
#19CBCB (or 0x19CBCB) is known color: Robin's Egg Blue. HEX triplet: 19, CB and CB. RGB value is (25,203,203). Sum of RGB (Red+Green+Blue) = 25+203+203=431 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.80% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #19CBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CBCB is #E63434. Grayscale: #959595. Windows color (decimal): -15086645 or 13355801. OLE color: 13355801.
HSL color Cylindrical-coordinate representation of color #19CBCB: 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 #19CBCB is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 203 | - |
| CMYK | 0.88 | 0 | 0 | 0.20 |
| HSL | 180º | 0.78% | 0.45% | - |
| HSV(B) | 180º | 0.88% | 0.8% | - |
| XYZ | 32.54 | 47.23 | 63.9 | - |
| YUV | 149.78 | 158.03 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 203 | 0.88 | 0 | 0 | 0.20 | 180 | 0.78 | 0.45 |
| Hex | 19 | CB | CB | 58 | 0 | 0 | 14 | B4 | 4E | 2D |
| Octal | 31 | 313 | 313 | 130 | 0 | 0 | 24 | 264 | 116 | 55 |
| Binary | 11001 | 11001011 | 11001011 | 1011000 | 0 | 0 | 10100 | 10110100 | 1001110 | 101101 |
Color Harmonies of #19CBCB
Complementary color
Monochromatic Colors of #19CBCB
Black with #19CBCB
Text Example
Text Example
White with #19CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBCB; }
p { color: rgb(25,203,203); }
H1.HeaderClassName
{
color: #19CBCB;
}
.AnyTagClassName
{
color: #19CBCB;
}
</style>
background-color css
<style>
a { background-color: #19CBCB; }
a { background-color: rgb(25,203,203); }
div.DivClassName
{
background-color: #19CBCB;
}
.BgClassName
{
background-color: #19CBCB;
}
</style>
border-color css
<style>
span { border-color: #19CBCB; }
span { border-color: rgb(25,203,203); }
td.TdClassName
{
border-color: #19CBCB;
}
.TagClassName
{
border-color: #19CBCB;
}
</style>