Shades of Robin's Egg Blue #14CBBC
Tints of Robin's Egg Blue #14CBBC
RGB
CMYK
RGB Variations
Color information
#14CBBC (or 0x14CBBC) is known color: Robin's Egg Blue. HEX triplet: 14, CB and BC. RGB value is (20,203,188). Sum of RGB (Red+Green+Blue) = 20+203+188=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBBC is #EB3443. Grayscale: #929292. Windows color (decimal): -15414340 or 12372756. OLE color: 12372756.
HSL color Cylindrical-coordinate representation of color #14CBBC: hue angle of 175.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CBBC is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 188 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.20 |
| HSL | 175.08º | 0.82% | 0.44% | - |
| HSV(B) | 175.08º | 0.9% | 0.8% | - |
| XYZ | 30.72 | 46.49 | 54.93 | - |
| YUV | 146.57 | 151.37 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 188 | 0.90 | 0 | 0.07 | 0.20 | 175.08 | 0.82 | 0.44 |
| Hex | 14 | CB | BC | 5A | 0 | 7 | 14 | AF | 52 | 2C |
| Octal | 24 | 313 | 274 | 132 | 0 | 7 | 24 | 257 | 122 | 54 |
| Binary | 10100 | 11001011 | 10111100 | 1011010 | 0 | 111 | 10100 | 10101111 | 1010010 | 101100 |
Color Harmonies of #14CBBC
Complementary color
Monochromatic Colors of #14CBBC
Black with #14CBBC
Text Example
Text Example
White with #14CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBBC; }
p { color: rgb(20,203,188); }
H1.HeaderClassName
{
color: #14CBBC;
}
.AnyTagClassName
{
color: #14CBBC;
}
</style>
background-color css
<style>
a { background-color: #14CBBC; }
a { background-color: rgb(20,203,188); }
div.DivClassName
{
background-color: #14CBBC;
}
.BgClassName
{
background-color: #14CBBC;
}
</style>
border-color css
<style>
span { border-color: #14CBBC; }
span { border-color: rgb(20,203,188); }
td.TdClassName
{
border-color: #14CBBC;
}
.TagClassName
{
border-color: #14CBBC;
}
</style>