Shades of Robin's Egg Blue #08DBB8
Tints of Robin's Egg Blue #08DBB8
RGB
CMYK
RGB Variations
Color information
#08DBB8 (or 0x08DBB8) is known color: Robin's Egg Blue. HEX triplet: 08, DB and B8. RGB value is (8,219,184). Sum of RGB (Red+Green+Blue) = 8+219+184=411 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #08DBB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08DBB8 is #F72447. Grayscale: #979797. Windows color (decimal): -16196680 or 12114696. OLE color: 12114696.
HSL color Cylindrical-coordinate representation of color #08DBB8: hue angle of 170.05º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DBB8 is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 184 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.14 |
| HSL | 170.05º | 0.93% | 0.45% | - |
| HSV(B) | 170.05º | 0.96% | 0.86% | - |
| XYZ | 34.08 | 54.18 | 54.01 | - |
| YUV | 151.92 | 146.1 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 184 | 0.96 | 0 | 0.16 | 0.14 | 170.05 | 0.93 | 0.45 |
| Hex | 8 | DB | B8 | 60 | 0 | 10 | E | AA | 5D | 2D |
| Octal | 10 | 333 | 270 | 140 | 0 | 20 | 16 | 252 | 135 | 55 |
| Binary | 1000 | 11011011 | 10111000 | 1100000 | 0 | 10000 | 1110 | 10101010 | 1011101 | 101101 |
Color Harmonies of #08DBB8
Complementary color
Monochromatic Colors of #08DBB8
Black with #08DBB8
Text Example
Text Example
White with #08DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DBB8; }
p { color: rgb(8,219,184); }
H1.HeaderClassName
{
color: #08DBB8;
}
.AnyTagClassName
{
color: #08DBB8;
}
</style>
background-color css
<style>
a { background-color: #08DBB8; }
a { background-color: rgb(8,219,184); }
div.DivClassName
{
background-color: #08DBB8;
}
.BgClassName
{
background-color: #08DBB8;
}
</style>
border-color css
<style>
span { border-color: #08DBB8; }
span { border-color: rgb(8,219,184); }
td.TdClassName
{
border-color: #08DBB8;
}
.TagClassName
{
border-color: #08DBB8;
}
</style>