Shades of Robin's Egg Blue #00CFC5
Tints of Robin's Egg Blue #00CFC5
RGB
CMYK
RGB Variations
Color information
#00CFC5 (or 0x00CFC5) is known color: Robin's Egg Blue. HEX triplet: 00, CF and C5. RGB value is (0,207,197). Sum of RGB (Red+Green+Blue) = 0+207+197=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFC5 is #FF303A. Grayscale: #8F8F8F. Windows color (decimal): -16724027 or 12963584. OLE color: 12963584.
HSL color Cylindrical-coordinate representation of color #00CFC5: hue angle of 177.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CFC5 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 197 | - |
| CMYK | 1 | 0 | 0.05 | 0.19 |
| HSL | 177.1º | 1% | 0.41% | - |
| HSV(B) | 177.1º | 1% | 0.81% | - |
| XYZ | 32.39 | 48.66 | 60.51 | - |
| YUV | 143.97 | 157.92 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 197 | 1 | 0 | 0.05 | 0.19 | 177.1 | 1 | 0.41 |
| Hex | 0 | CF | C5 | 64 | 0 | 5 | 13 | B1 | 64 | 29 |
| Octal | 0 | 317 | 305 | 144 | 0 | 5 | 23 | 261 | 144 | 51 |
| Binary | 0 | 11001111 | 11000101 | 1100100 | 0 | 101 | 10011 | 10110001 | 1100100 | 101001 |
Color Harmonies of #00CFC5
Complementary color
Monochromatic Colors of #00CFC5
Black with #00CFC5
Text Example
Text Example
White with #00CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFC5; }
p { color: rgb(0,207,197); }
H1.HeaderClassName
{
color: #00CFC5;
}
.AnyTagClassName
{
color: #00CFC5;
}
</style>
background-color css
<style>
a { background-color: #00CFC5; }
a { background-color: rgb(0,207,197); }
div.DivClassName
{
background-color: #00CFC5;
}
.BgClassName
{
background-color: #00CFC5;
}
</style>
border-color css
<style>
span { border-color: #00CFC5; }
span { border-color: rgb(0,207,197); }
td.TdClassName
{
border-color: #00CFC5;
}
.TagClassName
{
border-color: #00CFC5;
}
</style>