Shades of Robin's Egg Blue #14CBBE
Tints of Robin's Egg Blue #14CBBE
RGB
CMYK
RGB Variations
Color information
#14CBBE (or 0x14CBBE) is known color: Robin's Egg Blue. HEX triplet: 14, CB and BE. RGB value is (20,203,190). Sum of RGB (Red+Green+Blue) = 20+203+190=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBBE is #EB3441. Grayscale: #929292. Windows color (decimal): -15414338 or 12503828. OLE color: 12503828.
HSL color Cylindrical-coordinate representation of color #14CBBE: hue angle of 175.74º 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 #14CBBE is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 190 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.20 |
| HSL | 175.74º | 0.82% | 0.44% | - |
| HSV(B) | 175.74º | 0.9% | 0.8% | - |
| XYZ | 30.94 | 46.58 | 56.08 | - |
| YUV | 146.8 | 152.37 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 190 | 0.90 | 0 | 0.06 | 0.20 | 175.74 | 0.82 | 0.44 |
| Hex | 14 | CB | BE | 5A | 0 | 6 | 14 | B0 | 52 | 2C |
| Octal | 24 | 313 | 276 | 132 | 0 | 6 | 24 | 260 | 122 | 54 |
| Binary | 10100 | 11001011 | 10111110 | 1011010 | 0 | 110 | 10100 | 10110000 | 1010010 | 101100 |
Color Harmonies of #14CBBE
Complementary color
Monochromatic Colors of #14CBBE
Black with #14CBBE
Text Example
Text Example
White with #14CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBBE; }
p { color: rgb(20,203,190); }
H1.HeaderClassName
{
color: #14CBBE;
}
.AnyTagClassName
{
color: #14CBBE;
}
</style>
background-color css
<style>
a { background-color: #14CBBE; }
a { background-color: rgb(20,203,190); }
div.DivClassName
{
background-color: #14CBBE;
}
.BgClassName
{
background-color: #14CBBE;
}
</style>
border-color css
<style>
span { border-color: #14CBBE; }
span { border-color: rgb(20,203,190); }
td.TdClassName
{
border-color: #14CBBE;
}
.TagClassName
{
border-color: #14CBBE;
}
</style>