Shades of Robin's Egg Blue #08CBB4
Tints of Robin's Egg Blue #08CBB4
RGB
CMYK
RGB Variations
Color information
#08CBB4 (or 0x08CBB4) is known color: Robin's Egg Blue. HEX triplet: 08, CB and B4. RGB value is (8,203,180). Sum of RGB (Red+Green+Blue) = 8+203+180=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #08CBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CBB4 is #F7344B. Grayscale: #8D8D8D. Windows color (decimal): -16200780 or 11848456. OLE color: 11848456.
HSL color Cylindrical-coordinate representation of color #08CBB4: hue angle of 172.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CBB4 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 180 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.20 |
| HSL | 172.92º | 0.92% | 0.41% | - |
| HSV(B) | 172.92º | 0.96% | 0.8% | - |
| XYZ | 29.69 | 46.06 | 50.51 | - |
| YUV | 142.07 | 149.4 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 180 | 0.96 | 0 | 0.11 | 0.20 | 172.92 | 0.92 | 0.41 |
| Hex | 8 | CB | B4 | 60 | 0 | B | 14 | AD | 5C | 29 |
| Octal | 10 | 313 | 264 | 140 | 0 | 13 | 24 | 255 | 134 | 51 |
| Binary | 1000 | 11001011 | 10110100 | 1100000 | 0 | 1011 | 10100 | 10101101 | 1011100 | 101001 |
Color Harmonies of #08CBB4
Complementary color
Monochromatic Colors of #08CBB4
Black with #08CBB4
Text Example
Text Example
White with #08CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CBB4; }
p { color: rgb(8,203,180); }
H1.HeaderClassName
{
color: #08CBB4;
}
.AnyTagClassName
{
color: #08CBB4;
}
</style>
background-color css
<style>
a { background-color: #08CBB4; }
a { background-color: rgb(8,203,180); }
div.DivClassName
{
background-color: #08CBB4;
}
.BgClassName
{
background-color: #08CBB4;
}
</style>
border-color css
<style>
span { border-color: #08CBB4; }
span { border-color: rgb(8,203,180); }
td.TdClassName
{
border-color: #08CBB4;
}
.TagClassName
{
border-color: #08CBB4;
}
</style>