Shades of Robin's Egg Blue #01D5CA
Tints of Robin's Egg Blue #01D5CA
RGB
CMYK
RGB Variations
Color information
#01D5CA (or 0x01D5CA) is known color: Robin's Egg Blue. HEX triplet: 01, D5 and CA. RGB value is (1,213,202). Sum of RGB (Red+Green+Blue) = 1+213+202=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #01D5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D5CA is #FE2A35. Grayscale: #949494. Windows color (decimal): -16656950 or 13292801. OLE color: 13292801.
HSL color Cylindrical-coordinate representation of color #01D5CA: hue angle of 176.89º 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 #01D5CA is Cyan = 1.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 202 | - |
| CMYK | 1.00 | 0 | 0.05 | 0.16 |
| HSL | 176.89º | 0.99% | 0.42% | - |
| HSV(B) | 176.89º | 1% | 0.84% | - |
| XYZ | 34.47 | 51.86 | 64.07 | - |
| YUV | 148.36 | 158.26 | 22.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 202 | 1.00 | 0 | 0.05 | 0.16 | 176.89 | 0.99 | 0.42 |
| Hex | 1 | D5 | CA | 64 | 0 | 5 | 10 | B1 | 63 | 2A |
| Octal | 1 | 325 | 312 | 144 | 0 | 5 | 20 | 261 | 143 | 52 |
| Binary | 1 | 11010101 | 11001010 | 1100100 | 0 | 101 | 10000 | 10110001 | 1100011 | 101010 |
Color Harmonies of #01D5CA
Complementary color
Monochromatic Colors of #01D5CA
Black with #01D5CA
Text Example
Text Example
White with #01D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D5CA; }
p { color: rgb(1,213,202); }
H1.HeaderClassName
{
color: #01D5CA;
}
.AnyTagClassName
{
color: #01D5CA;
}
</style>
background-color css
<style>
a { background-color: #01D5CA; }
a { background-color: rgb(1,213,202); }
div.DivClassName
{
background-color: #01D5CA;
}
.BgClassName
{
background-color: #01D5CA;
}
</style>
border-color css
<style>
span { border-color: #01D5CA; }
span { border-color: rgb(1,213,202); }
td.TdClassName
{
border-color: #01D5CA;
}
.TagClassName
{
border-color: #01D5CA;
}
</style>