Shades of Robin's Egg Blue #08C2C3
Tints of Robin's Egg Blue #08C2C3
RGB
CMYK
RGB Variations
Color information
#08C2C3 (or 0x08C2C3) is known color: Robin's Egg Blue. HEX triplet: 08, C2 and C3. RGB value is (8,194,195). Sum of RGB (Red+Green+Blue) = 8+194+195=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #08C2C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C2C3 is #F73D3C. Grayscale: #8A8A8A. Windows color (decimal): -16203069 or 12829192. OLE color: 12829192.
HSL color Cylindrical-coordinate representation of color #08C2C3: hue angle of 180.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C2C3 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 195 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.24 |
| HSL | 180.32º | 0.92% | 0.4% | - |
| HSV(B) | 180.32º | 0.96% | 0.76% | - |
| XYZ | 29.24 | 42.58 | 58.31 | - |
| YUV | 138.5 | 159.88 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 195 | 0.96 | 0.01 | 0 | 0.24 | 180.32 | 0.92 | 0.4 |
| Hex | 8 | C2 | C3 | 60 | 1 | 0 | 18 | B4 | 5C | 28 |
| Octal | 10 | 302 | 303 | 140 | 1 | 0 | 30 | 264 | 134 | 50 |
| Binary | 1000 | 11000010 | 11000011 | 1100000 | 1 | 0 | 11000 | 10110100 | 1011100 | 101000 |
Color Harmonies of #08C2C3
Complementary color
Monochromatic Colors of #08C2C3
Black with #08C2C3
Text Example
Text Example
White with #08C2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C2C3; }
p { color: rgb(8,194,195); }
H1.HeaderClassName
{
color: #08C2C3;
}
.AnyTagClassName
{
color: #08C2C3;
}
</style>
background-color css
<style>
a { background-color: #08C2C3; }
a { background-color: rgb(8,194,195); }
div.DivClassName
{
background-color: #08C2C3;
}
.BgClassName
{
background-color: #08C2C3;
}
</style>
border-color css
<style>
span { border-color: #08C2C3; }
span { border-color: rgb(8,194,195); }
td.TdClassName
{
border-color: #08C2C3;
}
.TagClassName
{
border-color: #08C2C3;
}
</style>