Shades of Robin's Egg Blue #08C1BD
Tints of Robin's Egg Blue #08C1BD
RGB
CMYK
RGB Variations
Color information
#08C1BD (or 0x08C1BD) is known color: Robin's Egg Blue. HEX triplet: 08, C1 and BD. RGB value is (8,193,189). Sum of RGB (Red+Green+Blue) = 8+193+189=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #08C1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08C1BD is #F73E42. Grayscale: #898989. Windows color (decimal): -16203331 or 12435720. OLE color: 12435720.
HSL color Cylindrical-coordinate representation of color #08C1BD: hue angle of 178.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C1BD is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 189 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.24 |
| HSL | 178.7º | 0.92% | 0.39% | - |
| HSV(B) | 178.7º | 0.96% | 0.76% | - |
| XYZ | 28.36 | 41.87 | 54.73 | - |
| YUV | 137.23 | 157.21 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 189 | 0.96 | 0 | 0.02 | 0.24 | 178.7 | 0.92 | 0.39 |
| Hex | 8 | C1 | BD | 60 | 0 | 2 | 18 | B3 | 5C | 27 |
| Octal | 10 | 301 | 275 | 140 | 0 | 2 | 30 | 263 | 134 | 47 |
| Binary | 1000 | 11000001 | 10111101 | 1100000 | 0 | 10 | 11000 | 10110011 | 1011100 | 100111 |
Color Harmonies of #08C1BD
Complementary color
Monochromatic Colors of #08C1BD
Black with #08C1BD
Text Example
Text Example
White with #08C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C1BD; }
p { color: rgb(8,193,189); }
H1.HeaderClassName
{
color: #08C1BD;
}
.AnyTagClassName
{
color: #08C1BD;
}
</style>
background-color css
<style>
a { background-color: #08C1BD; }
a { background-color: rgb(8,193,189); }
div.DivClassName
{
background-color: #08C1BD;
}
.BgClassName
{
background-color: #08C1BD;
}
</style>
border-color css
<style>
span { border-color: #08C1BD; }
span { border-color: rgb(8,193,189); }
td.TdClassName
{
border-color: #08C1BD;
}
.TagClassName
{
border-color: #08C1BD;
}
</style>