Shades of Robin's Egg Blue #00C5CF
Tints of Robin's Egg Blue #00C5CF
RGB
CMYK
RGB Variations
Color information
#00C5CF (or 0x00C5CF) is known color: Robin's Egg Blue. HEX triplet: 00, C5 and CF. RGB value is (0,197,207). Sum of RGB (Red+Green+Blue) = 0+197+207=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #00C5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C5CF is #FF3A30. Grayscale: #8B8B8B. Windows color (decimal): -16726577 or 13616384. OLE color: 13616384.
HSL color Cylindrical-coordinate representation of color #00C5CF: hue angle of 182.9º 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 #00C5CF is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 197 | 207 | - |
| CMYK | 1 | 0.05 | 0 | 0.19 |
| HSL | 182.9º | 1% | 0.41% | - |
| HSV(B) | 182.9º | 1% | 0.81% | - |
| XYZ | 31.23 | 44.44 | 65.96 | - |
| YUV | 139.24 | 166.23 | 28.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 207 | 1 | 0.05 | 0 | 0.19 | 182.9 | 1 | 0.41 |
| Hex | 0 | C5 | CF | 64 | 5 | 0 | 13 | B7 | 64 | 29 |
| Octal | 0 | 305 | 317 | 144 | 5 | 0 | 23 | 267 | 144 | 51 |
| Binary | 0 | 11000101 | 11001111 | 1100100 | 101 | 0 | 10011 | 10110111 | 1100100 | 101001 |
Color Harmonies of #00C5CF
Complementary color
Monochromatic Colors of #00C5CF
Black with #00C5CF
Text Example
Text Example
White with #00C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C5CF; }
p { color: rgb(0,197,207); }
H1.HeaderClassName
{
color: #00C5CF;
}
.AnyTagClassName
{
color: #00C5CF;
}
</style>
background-color css
<style>
a { background-color: #00C5CF; }
a { background-color: rgb(0,197,207); }
div.DivClassName
{
background-color: #00C5CF;
}
.BgClassName
{
background-color: #00C5CF;
}
</style>
border-color css
<style>
span { border-color: #00C5CF; }
span { border-color: rgb(0,197,207); }
td.TdClassName
{
border-color: #00C5CF;
}
.TagClassName
{
border-color: #00C5CF;
}
</style>