Shades of Robin's Egg Blue #06D5CB
Tints of Robin's Egg Blue #06D5CB
RGB
CMYK
RGB Variations
Color information
#06D5CB (or 0x06D5CB) is known color: Robin's Egg Blue. HEX triplet: 06, D5 and CB. RGB value is (6,213,203). Sum of RGB (Red+Green+Blue) = 6+213+203=422 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.42% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #06D5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D5CB is #F92A34. Grayscale: #959595. Windows color (decimal): -16329269 or 13358342. OLE color: 13358342.
HSL color Cylindrical-coordinate representation of color #06D5CB: hue angle of 177.1º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D5CB is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 213 | 203 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.16 |
| HSL | 177.1º | 0.95% | 0.43% | - |
| HSV(B) | 177.1º | 0.97% | 0.84% | - |
| XYZ | 34.65 | 51.94 | 64.7 | - |
| YUV | 149.97 | 157.92 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 213 | 203 | 0.97 | 0 | 0.05 | 0.16 | 177.1 | 0.95 | 0.43 |
| Hex | 6 | D5 | CB | 61 | 0 | 5 | 10 | B1 | 5F | 2B |
| Octal | 6 | 325 | 313 | 141 | 0 | 5 | 20 | 261 | 137 | 53 |
| Binary | 110 | 11010101 | 11001011 | 1100001 | 0 | 101 | 10000 | 10110001 | 1011111 | 101011 |
Color Harmonies of #06D5CB
Complementary color
Monochromatic Colors of #06D5CB
Black with #06D5CB
Text Example
Text Example
White with #06D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D5CB; }
p { color: rgb(6,213,203); }
H1.HeaderClassName
{
color: #06D5CB;
}
.AnyTagClassName
{
color: #06D5CB;
}
</style>
background-color css
<style>
a { background-color: #06D5CB; }
a { background-color: rgb(6,213,203); }
div.DivClassName
{
background-color: #06D5CB;
}
.BgClassName
{
background-color: #06D5CB;
}
</style>
border-color css
<style>
span { border-color: #06D5CB; }
span { border-color: rgb(6,213,203); }
td.TdClassName
{
border-color: #06D5CB;
}
.TagClassName
{
border-color: #06D5CB;
}
</style>