Shades of Robin's Egg Blue #01CDB3
Tints of Robin's Egg Blue #01CDB3
RGB
CMYK
RGB Variations
Color information
#01CDB3 (or 0x01CDB3) is known color: Robin's Egg Blue. HEX triplet: 01, CD and B3. RGB value is (1,205,179). Sum of RGB (Red+Green+Blue) = 1+205+179=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #01CDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CDB3 is #FE324C. Grayscale: #8C8C8C. Windows color (decimal): -16659021 or 11783425. OLE color: 11783425.
HSL color Cylindrical-coordinate representation of color #01CDB3: hue angle of 172.35º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CDB3 is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 205 | 179 | - |
| CMYK | 1.00 | 0 | 0.13 | 0.20 |
| HSL | 172.35º | 0.99% | 0.4% | - |
| HSV(B) | 172.35º | 1% | 0.8% | - |
| XYZ | 29.98 | 46.92 | 50.12 | - |
| YUV | 141.04 | 149.41 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 205 | 179 | 1.00 | 0 | 0.13 | 0.20 | 172.35 | 0.99 | 0.4 |
| Hex | 1 | CD | B3 | 64 | 0 | D | 14 | AC | 63 | 28 |
| Octal | 1 | 315 | 263 | 144 | 0 | 15 | 24 | 254 | 143 | 50 |
| Binary | 1 | 11001101 | 10110011 | 1100100 | 0 | 1101 | 10100 | 10101100 | 1100011 | 101000 |
Color Harmonies of #01CDB3
Complementary color
Monochromatic Colors of #01CDB3
Black with #01CDB3
Text Example
Text Example
White with #01CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CDB3; }
p { color: rgb(1,205,179); }
H1.HeaderClassName
{
color: #01CDB3;
}
.AnyTagClassName
{
color: #01CDB3;
}
</style>
background-color css
<style>
a { background-color: #01CDB3; }
a { background-color: rgb(1,205,179); }
div.DivClassName
{
background-color: #01CDB3;
}
.BgClassName
{
background-color: #01CDB3;
}
</style>
border-color css
<style>
span { border-color: #01CDB3; }
span { border-color: rgb(1,205,179); }
td.TdClassName
{
border-color: #01CDB3;
}
.TagClassName
{
border-color: #01CDB3;
}
</style>