Shades of Robin's Egg Blue #00DAC7
Tints of Robin's Egg Blue #00DAC7
RGB
CMYK
RGB Variations
Color information
#00DAC7 (or 0x00DAC7) is known color: Robin's Egg Blue. HEX triplet: 00, DA and C7. RGB value is (0,218,199). Sum of RGB (Red+Green+Blue) = 0+218+199=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #00DAC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DAC7 is #FF2538. Grayscale: #969696. Windows color (decimal): -16721209 or 13097472. OLE color: 13097472.
HSL color Cylindrical-coordinate representation of color #00DAC7: hue angle of 174.77º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DAC7 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 218 | 199 | - |
| CMYK | 1 | 0 | 0.09 | 0.15 |
| HSL | 174.77º | 1% | 0.43% | - |
| HSV(B) | 174.77º | 1% | 0.85% | - |
| XYZ | 35.38 | 54.27 | 62.64 | - |
| YUV | 150.65 | 155.28 | 20.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 199 | 1 | 0 | 0.09 | 0.15 | 174.77 | 1 | 0.43 |
| Hex | 0 | DA | C7 | 64 | 0 | 9 | F | AF | 64 | 2B |
| Octal | 0 | 332 | 307 | 144 | 0 | 11 | 17 | 257 | 144 | 53 |
| Binary | 0 | 11011010 | 11000111 | 1100100 | 0 | 1001 | 1111 | 10101111 | 1100100 | 101011 |
Color Harmonies of #00DAC7
Complementary color
Monochromatic Colors of #00DAC7
Black with #00DAC7
Text Example
Text Example
White with #00DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DAC7; }
p { color: rgb(0,218,199); }
H1.HeaderClassName
{
color: #00DAC7;
}
.AnyTagClassName
{
color: #00DAC7;
}
</style>
background-color css
<style>
a { background-color: #00DAC7; }
a { background-color: rgb(0,218,199); }
div.DivClassName
{
background-color: #00DAC7;
}
.BgClassName
{
background-color: #00DAC7;
}
</style>
border-color css
<style>
span { border-color: #00DAC7; }
span { border-color: rgb(0,218,199); }
td.TdClassName
{
border-color: #00DAC7;
}
.TagClassName
{
border-color: #00DAC7;
}
</style>