Shades of Robin's Egg Blue #08C1CC
Tints of Robin's Egg Blue #08C1CC
RGB
CMYK
RGB Variations
Color information
#08C1CC (or 0x08C1CC) is known color: Robin's Egg Blue. HEX triplet: 08, C1 and CC. RGB value is (8,193,204). Sum of RGB (Red+Green+Blue) = 8+193+204=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #08C1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C1CC is #F73E33. Grayscale: #8A8A8A. Windows color (decimal): -16203316 or 13418760. OLE color: 13418760.
HSL color Cylindrical-coordinate representation of color #08C1CC: hue angle of 183.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C1CC is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 193 | 204 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.2 |
| HSL | 183.37º | 0.92% | 0.42% | - |
| HSV(B) | 183.37º | 0.96% | 0.8% | - |
| XYZ | 30.07 | 42.55 | 63.76 | - |
| YUV | 138.94 | 164.71 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 204 | 0.96 | 0.05 | 0 | 0.2 | 183.37 | 0.92 | 0.42 |
| Hex | 8 | C1 | CC | 60 | 5 | 0 | 14 | B7 | 5C | 2A |
| Octal | 10 | 301 | 314 | 140 | 5 | 0 | 24 | 267 | 134 | 52 |
| Binary | 1000 | 11000001 | 11001100 | 1100000 | 101 | 0 | 10100 | 10110111 | 1011100 | 101010 |
Color Harmonies of #08C1CC
Complementary color
Monochromatic Colors of #08C1CC
Black with #08C1CC
Text Example
Text Example
White with #08C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C1CC; }
p { color: rgb(8,193,204); }
H1.HeaderClassName
{
color: #08C1CC;
}
.AnyTagClassName
{
color: #08C1CC;
}
</style>
background-color css
<style>
a { background-color: #08C1CC; }
a { background-color: rgb(8,193,204); }
div.DivClassName
{
background-color: #08C1CC;
}
.BgClassName
{
background-color: #08C1CC;
}
</style>
border-color css
<style>
span { border-color: #08C1CC; }
span { border-color: rgb(8,193,204); }
td.TdClassName
{
border-color: #08C1CC;
}
.TagClassName
{
border-color: #08C1CC;
}
</style>