Shades of Robin's Egg Blue #00CFBA
Tints of Robin's Egg Blue #00CFBA
RGB
CMYK
RGB Variations
Color information
#00CFBA (or 0x00CFBA) is known color: Robin's Egg Blue. HEX triplet: 00, CF and BA. RGB value is (0,207,186). Sum of RGB (Red+Green+Blue) = 0+207+186=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFBA is #FF3045. Grayscale: #8E8E8E. Windows color (decimal): -16724038 or 12242688. OLE color: 12242688.
HSL color Cylindrical-coordinate representation of color #00CFBA: hue angle of 173.91º 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 #00CFBA is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 186 | - |
| CMYK | 1 | 0 | 0.10 | 0.19 |
| HSL | 173.91º | 1% | 0.41% | - |
| HSV(B) | 173.91º | 1% | 0.81% | - |
| XYZ | 31.18 | 48.17 | 54.11 | - |
| YUV | 142.71 | 152.42 | 26.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 186 | 1 | 0 | 0.10 | 0.19 | 173.91 | 1 | 0.41 |
| Hex | 0 | CF | BA | 64 | 0 | A | 13 | AE | 64 | 29 |
| Octal | 0 | 317 | 272 | 144 | 0 | 12 | 23 | 256 | 144 | 51 |
| Binary | 0 | 11001111 | 10111010 | 1100100 | 0 | 1010 | 10011 | 10101110 | 1100100 | 101001 |
Color Harmonies of #00CFBA
Complementary color
Monochromatic Colors of #00CFBA
Black with #00CFBA
Text Example
Text Example
White with #00CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFBA; }
p { color: rgb(0,207,186); }
H1.HeaderClassName
{
color: #00CFBA;
}
.AnyTagClassName
{
color: #00CFBA;
}
</style>
background-color css
<style>
a { background-color: #00CFBA; }
a { background-color: rgb(0,207,186); }
div.DivClassName
{
background-color: #00CFBA;
}
.BgClassName
{
background-color: #00CFBA;
}
</style>
border-color css
<style>
span { border-color: #00CFBA; }
span { border-color: rgb(0,207,186); }
td.TdClassName
{
border-color: #00CFBA;
}
.TagClassName
{
border-color: #00CFBA;
}
</style>