Shades of Robin's Egg Blue #08CABB
Tints of Robin's Egg Blue #08CABB
RGB
CMYK
RGB Variations
Color information
#08CABB (or 0x08CABB) is known color: Robin's Egg Blue. HEX triplet: 08, CA and BB. RGB value is (8,202,187). Sum of RGB (Red+Green+Blue) = 8+202+187=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #08CABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CABB is #F73544. Grayscale: #8E8E8E. Windows color (decimal): -16201029 or 12306952. OLE color: 12306952.
HSL color Cylindrical-coordinate representation of color #08CABB: hue angle of 175.36º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CABB is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 187 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.21 |
| HSL | 175.36º | 0.92% | 0.41% | - |
| HSV(B) | 175.36º | 0.96% | 0.79% | - |
| XYZ | 30.19 | 45.88 | 54.28 | - |
| YUV | 142.28 | 153.23 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 187 | 0.96 | 0 | 0.07 | 0.21 | 175.36 | 0.92 | 0.41 |
| Hex | 8 | CA | BB | 60 | 0 | 7 | 15 | AF | 5C | 29 |
| Octal | 10 | 312 | 273 | 140 | 0 | 7 | 25 | 257 | 134 | 51 |
| Binary | 1000 | 11001010 | 10111011 | 1100000 | 0 | 111 | 10101 | 10101111 | 1011100 | 101001 |
Color Harmonies of #08CABB
Complementary color
Monochromatic Colors of #08CABB
Black with #08CABB
Text Example
Text Example
White with #08CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CABB; }
p { color: rgb(8,202,187); }
H1.HeaderClassName
{
color: #08CABB;
}
.AnyTagClassName
{
color: #08CABB;
}
</style>
background-color css
<style>
a { background-color: #08CABB; }
a { background-color: rgb(8,202,187); }
div.DivClassName
{
background-color: #08CABB;
}
.BgClassName
{
background-color: #08CABB;
}
</style>
border-color css
<style>
span { border-color: #08CABB; }
span { border-color: rgb(8,202,187); }
td.TdClassName
{
border-color: #08CABB;
}
.TagClassName
{
border-color: #08CABB;
}
</style>