Shades of Robin's Egg Blue #08DCC6
Tints of Robin's Egg Blue #08DCC6
RGB
CMYK
RGB Variations
Color information
#08DCC6 (or 0x08DCC6) is known color: Robin's Egg Blue. HEX triplet: 08, DC and C6. RGB value is (8,220,198). Sum of RGB (Red+Green+Blue) = 8+220+198=426 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.88% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DCC6 is #F72339. Grayscale: #999999. Windows color (decimal): -16196410 or 13032456. OLE color: 13032456.
HSL color Cylindrical-coordinate representation of color #08DCC6: hue angle of 173.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DCC6 is Cyan = 0.96, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 220 | 198 | - |
| CMYK | 0.96 | 0 | 0.1 | 0.14 |
| HSL | 173.77º | 0.93% | 0.45% | - |
| HSV(B) | 173.77º | 0.96% | 0.86% | - |
| XYZ | 35.89 | 55.32 | 62.21 | - |
| YUV | 154.1 | 152.76 | 23.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 220 | 198 | 0.96 | 0 | 0.1 | 0.14 | 173.77 | 0.93 | 0.45 |
| Hex | 8 | DC | C6 | 60 | 0 | A | E | AE | 5D | 2D |
| Octal | 10 | 334 | 306 | 140 | 0 | 12 | 16 | 256 | 135 | 55 |
| Binary | 1000 | 11011100 | 11000110 | 1100000 | 0 | 1010 | 1110 | 10101110 | 1011101 | 101101 |
Color Harmonies of #08DCC6
Complementary color
Monochromatic Colors of #08DCC6
Black with #08DCC6
Text Example
Text Example
White with #08DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DCC6; }
p { color: rgb(8,220,198); }
H1.HeaderClassName
{
color: #08DCC6;
}
.AnyTagClassName
{
color: #08DCC6;
}
</style>
background-color css
<style>
a { background-color: #08DCC6; }
a { background-color: rgb(8,220,198); }
div.DivClassName
{
background-color: #08DCC6;
}
.BgClassName
{
background-color: #08DCC6;
}
</style>
border-color css
<style>
span { border-color: #08DCC6; }
span { border-color: rgb(8,220,198); }
td.TdClassName
{
border-color: #08DCC6;
}
.TagClassName
{
border-color: #08DCC6;
}
</style>