Shades of Robin's Egg Blue #1DCFCB
Tints of Robin's Egg Blue #1DCFCB
RGB
CMYK
RGB Variations
Color information
#1DCFCB (or 0x1DCFCB) is known color: Robin's Egg Blue. HEX triplet: 1D, CF and CB. RGB value is (29,207,203). Sum of RGB (Red+Green+Blue) = 29+207+203=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFCB is #E23034. Grayscale: #999999. Windows color (decimal): -14823477 or 13356829. OLE color: 13356829.
HSL color Cylindrical-coordinate representation of color #1DCFCB: hue angle of 178.65º 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 #1DCFCB is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 203 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.19 |
| HSL | 178.65º | 0.75% | 0.46% | - |
| HSV(B) | 178.65º | 0.86% | 0.81% | - |
| XYZ | 33.6 | 49.2 | 64.23 | - |
| YUV | 153.32 | 156.03 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 203 | 0.86 | 0 | 0.02 | 0.19 | 178.65 | 0.75 | 0.46 |
| Hex | 1D | CF | CB | 56 | 0 | 2 | 13 | B3 | 4B | 2E |
| Octal | 35 | 317 | 313 | 126 | 0 | 2 | 23 | 263 | 113 | 56 |
| Binary | 11101 | 11001111 | 11001011 | 1010110 | 0 | 10 | 10011 | 10110011 | 1001011 | 101110 |
Color Harmonies of #1DCFCB
Complementary color
Monochromatic Colors of #1DCFCB
Black with #1DCFCB
Text Example
Text Example
White with #1DCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFCB; }
p { color: rgb(29,207,203); }
H1.HeaderClassName
{
color: #1DCFCB;
}
.AnyTagClassName
{
color: #1DCFCB;
}
</style>
background-color css
<style>
a { background-color: #1DCFCB; }
a { background-color: rgb(29,207,203); }
div.DivClassName
{
background-color: #1DCFCB;
}
.BgClassName
{
background-color: #1DCFCB;
}
</style>
border-color css
<style>
span { border-color: #1DCFCB; }
span { border-color: rgb(29,207,203); }
td.TdClassName
{
border-color: #1DCFCB;
}
.TagClassName
{
border-color: #1DCFCB;
}
</style>