Shades of Robin's Egg Blue #00CFCD
Tints of Robin's Egg Blue #00CFCD
RGB
CMYK
RGB Variations
Color information
#00CFCD (or 0x00CFCD) is known color: Robin's Egg Blue. HEX triplet: 00, CF and CD. RGB value is (0,207,205). Sum of RGB (Red+Green+Blue) = 0+207+205=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFCD is #FF3032. Grayscale: #909090. Windows color (decimal): -16724019 or 13487872. OLE color: 13487872.
HSL color Cylindrical-coordinate representation of color #00CFCD: hue angle of 179.42º 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 #00CFCD is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 205 | - |
| CMYK | 1 | 0 | 0.01 | 0.19 |
| HSL | 179.42º | 1% | 0.41% | - |
| HSV(B) | 179.42º | 1% | 0.81% | - |
| XYZ | 33.33 | 49.03 | 65.47 | - |
| YUV | 144.88 | 161.92 | 24.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 205 | 1 | 0 | 0.01 | 0.19 | 179.42 | 1 | 0.41 |
| Hex | 0 | CF | CD | 64 | 0 | 1 | 13 | B3 | 64 | 29 |
| Octal | 0 | 317 | 315 | 144 | 0 | 1 | 23 | 263 | 144 | 51 |
| Binary | 0 | 11001111 | 11001101 | 1100100 | 0 | 1 | 10011 | 10110011 | 1100100 | 101001 |
Color Harmonies of #00CFCD
Complementary color
Monochromatic Colors of #00CFCD
Black with #00CFCD
Text Example
Text Example
White with #00CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFCD; }
p { color: rgb(0,207,205); }
H1.HeaderClassName
{
color: #00CFCD;
}
.AnyTagClassName
{
color: #00CFCD;
}
</style>
background-color css
<style>
a { background-color: #00CFCD; }
a { background-color: rgb(0,207,205); }
div.DivClassName
{
background-color: #00CFCD;
}
.BgClassName
{
background-color: #00CFCD;
}
</style>
border-color css
<style>
span { border-color: #00CFCD; }
span { border-color: rgb(0,207,205); }
td.TdClassName
{
border-color: #00CFCD;
}
.TagClassName
{
border-color: #00CFCD;
}
</style>