Shades of Robin's Egg Blue #00D5B8
Tints of Robin's Egg Blue #00D5B8
RGB
CMYK
RGB Variations
Color information
#00D5B8 (or 0x00D5B8) is known color: Robin's Egg Blue. HEX triplet: 00, D5 and B8. RGB value is (0,213,184). Sum of RGB (Red+Green+Blue) = 0+213+184=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #00D5B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D5B8 is #FF2A47. Grayscale: #919191. Windows color (decimal): -16722504 or 12113152. OLE color: 12113152.
HSL color Cylindrical-coordinate representation of color #00D5B8: hue angle of 171.83º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D5B8 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 184 | - |
| CMYK | 1 | 0 | 0.14 | 0.16 |
| HSL | 171.83º | 1% | 0.42% | - |
| HSV(B) | 171.83º | 1% | 0.84% | - |
| XYZ | 32.45 | 51.05 | 53.49 | - |
| YUV | 146.01 | 149.43 | 23.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 184 | 1 | 0 | 0.14 | 0.16 | 171.83 | 1 | 0.42 |
| Hex | 0 | D5 | B8 | 64 | 0 | E | 10 | AC | 64 | 2A |
| Octal | 0 | 325 | 270 | 144 | 0 | 16 | 20 | 254 | 144 | 52 |
| Binary | 0 | 11010101 | 10111000 | 1100100 | 0 | 1110 | 10000 | 10101100 | 1100100 | 101010 |
Color Harmonies of #00D5B8
Complementary color
Monochromatic Colors of #00D5B8
Black with #00D5B8
Text Example
Text Example
White with #00D5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D5B8; }
p { color: rgb(0,213,184); }
H1.HeaderClassName
{
color: #00D5B8;
}
.AnyTagClassName
{
color: #00D5B8;
}
</style>
background-color css
<style>
a { background-color: #00D5B8; }
a { background-color: rgb(0,213,184); }
div.DivClassName
{
background-color: #00D5B8;
}
.BgClassName
{
background-color: #00D5B8;
}
</style>
border-color css
<style>
span { border-color: #00D5B8; }
span { border-color: rgb(0,213,184); }
td.TdClassName
{
border-color: #00D5B8;
}
.TagClassName
{
border-color: #00D5B8;
}
</style>