Shades of Robin's Egg Blue #01CCC3
Tints of Robin's Egg Blue #01CCC3
RGB
CMYK
RGB Variations
Color information
#01CCC3 (or 0x01CCC3) is known color: Robin's Egg Blue. HEX triplet: 01, CC and C3. RGB value is (1,204,195). Sum of RGB (Red+Green+Blue) = 1+204+195=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #01CCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCC3 is #FE333C. Grayscale: #8E8E8E. Windows color (decimal): -16659261 or 12831745. OLE color: 12831745.
HSL color Cylindrical-coordinate representation of color #01CCC3: hue angle of 177.34º 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 #01CCC3 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 204 | 195 | - |
| CMYK | 1.00 | 0 | 0.04 | 0.2 |
| HSL | 177.34º | 0.99% | 0.4% | - |
| HSV(B) | 177.34º | 1% | 0.8% | - |
| XYZ | 31.46 | 47.13 | 59.07 | - |
| YUV | 142.28 | 157.75 | 27.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 195 | 1.00 | 0 | 0.04 | 0.2 | 177.34 | 0.99 | 0.4 |
| Hex | 1 | CC | C3 | 64 | 0 | 4 | 14 | B1 | 63 | 28 |
| Octal | 1 | 314 | 303 | 144 | 0 | 4 | 24 | 261 | 143 | 50 |
| Binary | 1 | 11001100 | 11000011 | 1100100 | 0 | 100 | 10100 | 10110001 | 1100011 | 101000 |
Color Harmonies of #01CCC3
Complementary color
Monochromatic Colors of #01CCC3
Black with #01CCC3
Text Example
Text Example
White with #01CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CCC3; }
p { color: rgb(1,204,195); }
H1.HeaderClassName
{
color: #01CCC3;
}
.AnyTagClassName
{
color: #01CCC3;
}
</style>
background-color css
<style>
a { background-color: #01CCC3; }
a { background-color: rgb(1,204,195); }
div.DivClassName
{
background-color: #01CCC3;
}
.BgClassName
{
background-color: #01CCC3;
}
</style>
border-color css
<style>
span { border-color: #01CCC3; }
span { border-color: rgb(1,204,195); }
td.TdClassName
{
border-color: #01CCC3;
}
.TagClassName
{
border-color: #01CCC3;
}
</style>