Shades of Robin's Egg Blue #06CBCF
Tints of Robin's Egg Blue #06CBCF
RGB
CMYK
RGB Variations
Color information
#06CBCF (or 0x06CBCF) is known color: Robin's Egg Blue. HEX triplet: 06, CB and CF. RGB value is (6,203,207). Sum of RGB (Red+Green+Blue) = 6+203+207=416 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #06CBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06CBCF is #F93430. Grayscale: #909090. Windows color (decimal): -16331825 or 13617926. OLE color: 13617926.
HSL color Cylindrical-coordinate representation of color #06CBCF: hue angle of 181.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CBCF is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 203 | 207 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.19 |
| HSL | 181.19º | 0.94% | 0.42% | - |
| HSV(B) | 181.19º | 0.97% | 0.81% | - |
| XYZ | 32.69 | 47.26 | 66.43 | - |
| YUV | 144.55 | 163.23 | 29.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 207 | 0.97 | 0.02 | 0 | 0.19 | 181.19 | 0.94 | 0.42 |
| Hex | 6 | CB | CF | 61 | 2 | 0 | 13 | B5 | 5E | 2A |
| Octal | 6 | 313 | 317 | 141 | 2 | 0 | 23 | 265 | 136 | 52 |
| Binary | 110 | 11001011 | 11001111 | 1100001 | 10 | 0 | 10011 | 10110101 | 1011110 | 101010 |
Color Harmonies of #06CBCF
Complementary color
Monochromatic Colors of #06CBCF
Black with #06CBCF
Text Example
Text Example
White with #06CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CBCF; }
p { color: rgb(6,203,207); }
H1.HeaderClassName
{
color: #06CBCF;
}
.AnyTagClassName
{
color: #06CBCF;
}
</style>
background-color css
<style>
a { background-color: #06CBCF; }
a { background-color: rgb(6,203,207); }
div.DivClassName
{
background-color: #06CBCF;
}
.BgClassName
{
background-color: #06CBCF;
}
</style>
border-color css
<style>
span { border-color: #06CBCF; }
span { border-color: rgb(6,203,207); }
td.TdClassName
{
border-color: #06CBCF;
}
.TagClassName
{
border-color: #06CBCF;
}
</style>