Shades of Robin's Egg Blue #00CFB4
Tints of Robin's Egg Blue #00CFB4
RGB
CMYK
RGB Variations
Color information
#00CFB4 (or 0x00CFB4) is known color: Robin's Egg Blue. HEX triplet: 00, CF and B4. RGB value is (0,207,180). Sum of RGB (Red+Green+Blue) = 0+207+180=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #00CFB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CFB4 is #FF304B. Grayscale: #8D8D8D. Windows color (decimal): -16724044 or 11849472. OLE color: 11849472.
HSL color Cylindrical-coordinate representation of color #00CFB4: hue angle of 172.17º 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 #00CFB4 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 180 | - |
| CMYK | 1 | 0 | 0.13 | 0.19 |
| HSL | 172.17º | 1% | 0.41% | - |
| HSV(B) | 172.17º | 1% | 0.81% | - |
| XYZ | 30.55 | 47.92 | 50.82 | - |
| YUV | 142.03 | 149.42 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 180 | 1 | 0 | 0.13 | 0.19 | 172.17 | 1 | 0.41 |
| Hex | 0 | CF | B4 | 64 | 0 | D | 13 | AC | 64 | 29 |
| Octal | 0 | 317 | 264 | 144 | 0 | 15 | 23 | 254 | 144 | 51 |
| Binary | 0 | 11001111 | 10110100 | 1100100 | 0 | 1101 | 10011 | 10101100 | 1100100 | 101001 |
Color Harmonies of #00CFB4
Complementary color
Monochromatic Colors of #00CFB4
Black with #00CFB4
Text Example
Text Example
White with #00CFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CFB4; }
p { color: rgb(0,207,180); }
H1.HeaderClassName
{
color: #00CFB4;
}
.AnyTagClassName
{
color: #00CFB4;
}
</style>
background-color css
<style>
a { background-color: #00CFB4; }
a { background-color: rgb(0,207,180); }
div.DivClassName
{
background-color: #00CFB4;
}
.BgClassName
{
background-color: #00CFB4;
}
</style>
border-color css
<style>
span { border-color: #00CFB4; }
span { border-color: rgb(0,207,180); }
td.TdClassName
{
border-color: #00CFB4;
}
.TagClassName
{
border-color: #00CFB4;
}
</style>