Shades of Robin's Egg Blue #01C3C3
Tints of Robin's Egg Blue #01C3C3
RGB
CMYK
RGB Variations
Color information
#01C3C3 (or 0x01C3C3) is known color: Robin's Egg Blue. HEX triplet: 01, C3 and C3. RGB value is (1,195,195). Sum of RGB (Red+Green+Blue) = 1+195+195=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: green, blue. Hex color #01C3C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C3C3 is #FE3C3C. Grayscale: #888888. Windows color (decimal): -16661565 or 12829441. OLE color: 12829441.
HSL color Cylindrical-coordinate representation of color #01C3C3: hue angle of 180º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C3C3 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 195 | 195 | - |
| CMYK | 0.99 | 0 | 0 | 0.24 |
| HSL | 180º | 0.99% | 0.38% | - |
| HSV(B) | 180º | 0.99% | 0.76% | - |
| XYZ | 29.38 | 42.98 | 58.38 | - |
| YUV | 136.99 | 160.73 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 195 | 195 | 0.99 | 0 | 0 | 0.24 | 180 | 0.99 | 0.38 |
| Hex | 1 | C3 | C3 | 63 | 0 | 0 | 18 | B4 | 63 | 26 |
| Octal | 1 | 303 | 303 | 143 | 0 | 0 | 30 | 264 | 143 | 46 |
| Binary | 1 | 11000011 | 11000011 | 1100011 | 0 | 0 | 11000 | 10110100 | 1100011 | 100110 |
Color Harmonies of #01C3C3
Complementary color
Monochromatic Colors of #01C3C3
Black with #01C3C3
Text Example
Text Example
White with #01C3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C3C3; }
p { color: rgb(1,195,195); }
H1.HeaderClassName
{
color: #01C3C3;
}
.AnyTagClassName
{
color: #01C3C3;
}
</style>
background-color css
<style>
a { background-color: #01C3C3; }
a { background-color: rgb(1,195,195); }
div.DivClassName
{
background-color: #01C3C3;
}
.BgClassName
{
background-color: #01C3C3;
}
</style>
border-color css
<style>
span { border-color: #01C3C3; }
span { border-color: rgb(1,195,195); }
td.TdClassName
{
border-color: #01C3C3;
}
.TagClassName
{
border-color: #01C3C3;
}
</style>