Shades of Robin's Egg Blue #08C2C7
Tints of Robin's Egg Blue #08C2C7
RGB
CMYK
RGB Variations
Color information
#08C2C7 (or 0x08C2C7) is known color: Robin's Egg Blue. HEX triplet: 08, C2 and C7. RGB value is (8,194,199). Sum of RGB (Red+Green+Blue) = 8+194+199=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #08C2C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C2C7 is #F73D38. Grayscale: #8A8A8A. Windows color (decimal): -16203065 or 13091336. OLE color: 13091336.
HSL color Cylindrical-coordinate representation of color #08C2C7: hue angle of 181.57º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C2C7 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 194 | 199 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.22 |
| HSL | 181.57º | 0.92% | 0.41% | - |
| HSV(B) | 181.57º | 0.96% | 0.78% | - |
| XYZ | 29.7 | 42.76 | 60.72 | - |
| YUV | 138.96 | 161.88 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 199 | 0.96 | 0.03 | 0 | 0.22 | 181.57 | 0.92 | 0.41 |
| Hex | 8 | C2 | C7 | 60 | 3 | 0 | 16 | B6 | 5C | 29 |
| Octal | 10 | 302 | 307 | 140 | 3 | 0 | 26 | 266 | 134 | 51 |
| Binary | 1000 | 11000010 | 11000111 | 1100000 | 11 | 0 | 10110 | 10110110 | 1011100 | 101001 |
Color Harmonies of #08C2C7
Complementary color
Monochromatic Colors of #08C2C7
Black with #08C2C7
Text Example
Text Example
White with #08C2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C2C7; }
p { color: rgb(8,194,199); }
H1.HeaderClassName
{
color: #08C2C7;
}
.AnyTagClassName
{
color: #08C2C7;
}
</style>
background-color css
<style>
a { background-color: #08C2C7; }
a { background-color: rgb(8,194,199); }
div.DivClassName
{
background-color: #08C2C7;
}
.BgClassName
{
background-color: #08C2C7;
}
</style>
border-color css
<style>
span { border-color: #08C2C7; }
span { border-color: rgb(8,194,199); }
td.TdClassName
{
border-color: #08C2C7;
}
.TagClassName
{
border-color: #08C2C7;
}
</style>