Shades of Robin's Egg Blue #00CFC4
Tints of Robin's Egg Blue #00CFC4
RGB
CMYK
RGB Variations
Color information
#00CFC4 (or 0x00CFC4) is known color: Robin's Egg Blue. HEX triplet: 00, CF and C4. RGB value is (0,207,196). Sum of RGB (Red+Green+Blue) = 0+207+196=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFC4 is #FF303B. Grayscale: #8F8F8F. Windows color (decimal): -16724028 or 12898048. OLE color: 12898048.
HSL color Cylindrical-coordinate representation of color #00CFC4: hue angle of 176.81º 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 #00CFC4 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 196 | - |
| CMYK | 1 | 0 | 0.05 | 0.19 |
| HSL | 176.81º | 1% | 0.41% | - |
| HSV(B) | 176.81º | 1% | 0.81% | - |
| XYZ | 32.28 | 48.61 | 59.91 | - |
| YUV | 143.85 | 157.42 | 25.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 196 | 1 | 0 | 0.05 | 0.19 | 176.81 | 1 | 0.41 |
| Hex | 0 | CF | C4 | 64 | 0 | 5 | 13 | B1 | 64 | 29 |
| Octal | 0 | 317 | 304 | 144 | 0 | 5 | 23 | 261 | 144 | 51 |
| Binary | 0 | 11001111 | 11000100 | 1100100 | 0 | 101 | 10011 | 10110001 | 1100100 | 101001 |
Color Harmonies of #00CFC4
Complementary color
Monochromatic Colors of #00CFC4
Black with #00CFC4
Text Example
Text Example
White with #00CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFC4; }
p { color: rgb(0,207,196); }
H1.HeaderClassName
{
color: #00CFC4;
}
.AnyTagClassName
{
color: #00CFC4;
}
</style>
background-color css
<style>
a { background-color: #00CFC4; }
a { background-color: rgb(0,207,196); }
div.DivClassName
{
background-color: #00CFC4;
}
.BgClassName
{
background-color: #00CFC4;
}
</style>
border-color css
<style>
span { border-color: #00CFC4; }
span { border-color: rgb(0,207,196); }
td.TdClassName
{
border-color: #00CFC4;
}
.TagClassName
{
border-color: #00CFC4;
}
</style>