Shades of Robin's Egg Blue #00C6CD
Tints of Robin's Egg Blue #00C6CD
RGB
CMYK
RGB Variations
Color information
#00C6CD (or 0x00C6CD) is known color: Robin's Egg Blue. HEX triplet: 00, C6 and CD. RGB value is (0,198,205). Sum of RGB (Red+Green+Blue) = 0+198+205=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #00C6CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C6CD is #FF3932. Grayscale: #8B8B8B. Windows color (decimal): -16726323 or 13485568. OLE color: 13485568.
HSL color Cylindrical-coordinate representation of color #00C6CD: hue angle of 182.05º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C6CD is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 198 | 205 | - |
| CMYK | 1 | 0.03 | 0 | 0.20 |
| HSL | 182.05º | 1% | 0.4% | - |
| HSV(B) | 182.05º | 1% | 0.8% | - |
| XYZ | 31.21 | 44.8 | 64.76 | - |
| YUV | 139.6 | 164.9 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 198 | 205 | 1 | 0.03 | 0 | 0.20 | 182.05 | 1 | 0.4 |
| Hex | 0 | C6 | CD | 64 | 3 | 0 | 14 | B6 | 64 | 28 |
| Octal | 0 | 306 | 315 | 144 | 3 | 0 | 24 | 266 | 144 | 50 |
| Binary | 0 | 11000110 | 11001101 | 1100100 | 11 | 0 | 10100 | 10110110 | 1100100 | 101000 |
Color Harmonies of #00C6CD
Complementary color
Monochromatic Colors of #00C6CD
Black with #00C6CD
Text Example
Text Example
White with #00C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C6CD; }
p { color: rgb(0,198,205); }
H1.HeaderClassName
{
color: #00C6CD;
}
.AnyTagClassName
{
color: #00C6CD;
}
</style>
background-color css
<style>
a { background-color: #00C6CD; }
a { background-color: rgb(0,198,205); }
div.DivClassName
{
background-color: #00C6CD;
}
.BgClassName
{
background-color: #00C6CD;
}
</style>
border-color css
<style>
span { border-color: #00C6CD; }
span { border-color: rgb(0,198,205); }
td.TdClassName
{
border-color: #00C6CD;
}
.TagClassName
{
border-color: #00C6CD;
}
</style>