Shades of Robin's Egg Blue #1DCBCE
Tints of Robin's Egg Blue #1DCBCE
RGB
CMYK
RGB Variations
Color information
#1DCBCE (or 0x1DCBCE) is known color: Robin's Egg Blue. HEX triplet: 1D, CB and CE. RGB value is (29,203,206). Sum of RGB (Red+Green+Blue) = 29+203+206=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #1DCBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBCE is #E23431. Grayscale: #979797. Windows color (decimal): -14824498 or 13552413. OLE color: 13552413.
HSL color Cylindrical-coordinate representation of color #1DCBCE: hue angle of 181.02º 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 #1DCBCE is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 203 | 206 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.19 |
| HSL | 181.02º | 0.75% | 0.46% | - |
| HSV(B) | 181.02º | 0.86% | 0.81% | - |
| XYZ | 33 | 47.43 | 65.81 | - |
| YUV | 151.32 | 158.85 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 206 | 0.86 | 0.01 | 0 | 0.19 | 181.02 | 0.75 | 0.46 |
| Hex | 1D | CB | CE | 56 | 1 | 0 | 13 | B5 | 4B | 2E |
| Octal | 35 | 313 | 316 | 126 | 1 | 0 | 23 | 265 | 113 | 56 |
| Binary | 11101 | 11001011 | 11001110 | 1010110 | 1 | 0 | 10011 | 10110101 | 1001011 | 101110 |
Color Harmonies of #1DCBCE
Complementary color
Monochromatic Colors of #1DCBCE
Black with #1DCBCE
Text Example
Text Example
White with #1DCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBCE; }
p { color: rgb(29,203,206); }
H1.HeaderClassName
{
color: #1DCBCE;
}
.AnyTagClassName
{
color: #1DCBCE;
}
</style>
background-color css
<style>
a { background-color: #1DCBCE; }
a { background-color: rgb(29,203,206); }
div.DivClassName
{
background-color: #1DCBCE;
}
.BgClassName
{
background-color: #1DCBCE;
}
</style>
border-color css
<style>
span { border-color: #1DCBCE; }
span { border-color: rgb(29,203,206); }
td.TdClassName
{
border-color: #1DCBCE;
}
.TagClassName
{
border-color: #1DCBCE;
}
</style>