Shades of Robin's Egg Blue #1DCFCA
Tints of Robin's Egg Blue #1DCFCA
RGB
CMYK
RGB Variations
Color information
#1DCFCA (or 0x1DCFCA) is known color: Robin's Egg Blue. HEX triplet: 1D, CF and CA. RGB value is (29,207,202). Sum of RGB (Red+Green+Blue) = 29+207+202=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFCA is #E23035. Grayscale: #999999. Windows color (decimal): -14823478 or 13291293. OLE color: 13291293.
HSL color Cylindrical-coordinate representation of color #1DCFCA: hue angle of 178.31º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFCA is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 202 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.19 |
| HSL | 178.31º | 0.75% | 0.46% | - |
| HSV(B) | 178.31º | 0.86% | 0.81% | - |
| XYZ | 33.48 | 49.15 | 63.6 | - |
| YUV | 153.21 | 155.53 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 202 | 0.86 | 0 | 0.02 | 0.19 | 178.31 | 0.75 | 0.46 |
| Hex | 1D | CF | CA | 56 | 0 | 2 | 13 | B2 | 4B | 2E |
| Octal | 35 | 317 | 312 | 126 | 0 | 2 | 23 | 262 | 113 | 56 |
| Binary | 11101 | 11001111 | 11001010 | 1010110 | 0 | 10 | 10011 | 10110010 | 1001011 | 101110 |
Color Harmonies of #1DCFCA
Complementary color
Monochromatic Colors of #1DCFCA
Black with #1DCFCA
Text Example
Text Example
White with #1DCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFCA; }
p { color: rgb(29,207,202); }
H1.HeaderClassName
{
color: #1DCFCA;
}
.AnyTagClassName
{
color: #1DCFCA;
}
</style>
background-color css
<style>
a { background-color: #1DCFCA; }
a { background-color: rgb(29,207,202); }
div.DivClassName
{
background-color: #1DCFCA;
}
.BgClassName
{
background-color: #1DCFCA;
}
</style>
border-color css
<style>
span { border-color: #1DCFCA; }
span { border-color: rgb(29,207,202); }
td.TdClassName
{
border-color: #1DCFCA;
}
.TagClassName
{
border-color: #1DCFCA;
}
</style>