Shades of Robin's Egg Blue #01D5CC
Tints of Robin's Egg Blue #01D5CC
RGB
CMYK
RGB Variations
Color information
#01D5CC (or 0x01D5CC) is known color: Robin's Egg Blue. HEX triplet: 01, D5 and CC. RGB value is (1,213,204). Sum of RGB (Red+Green+Blue) = 1+213+204=418 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #01D5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D5CC is #FE2A33. Grayscale: #949494. Windows color (decimal): -16656948 or 13423873. OLE color: 13423873.
HSL color Cylindrical-coordinate representation of color #01D5CC: hue angle of 177.45º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D5CC is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 204 | - |
| CMYK | 1.00 | 0 | 0.04 | 0.16 |
| HSL | 177.45º | 0.99% | 0.42% | - |
| HSV(B) | 177.45º | 1% | 0.84% | - |
| XYZ | 34.71 | 51.95 | 65.33 | - |
| YUV | 148.59 | 159.26 | 22.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 204 | 1.00 | 0 | 0.04 | 0.16 | 177.45 | 0.99 | 0.42 |
| Hex | 1 | D5 | CC | 64 | 0 | 4 | 10 | B1 | 63 | 2A |
| Octal | 1 | 325 | 314 | 144 | 0 | 4 | 20 | 261 | 143 | 52 |
| Binary | 1 | 11010101 | 11001100 | 1100100 | 0 | 100 | 10000 | 10110001 | 1100011 | 101010 |
Color Harmonies of #01D5CC
Complementary color
Monochromatic Colors of #01D5CC
Black with #01D5CC
Text Example
Text Example
White with #01D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D5CC; }
p { color: rgb(1,213,204); }
H1.HeaderClassName
{
color: #01D5CC;
}
.AnyTagClassName
{
color: #01D5CC;
}
</style>
background-color css
<style>
a { background-color: #01D5CC; }
a { background-color: rgb(1,213,204); }
div.DivClassName
{
background-color: #01D5CC;
}
.BgClassName
{
background-color: #01D5CC;
}
</style>
border-color css
<style>
span { border-color: #01D5CC; }
span { border-color: rgb(1,213,204); }
td.TdClassName
{
border-color: #01D5CC;
}
.TagClassName
{
border-color: #01D5CC;
}
</style>