Shades of Robin's Egg Blue #16CBCD
Tints of Robin's Egg Blue #16CBCD
RGB
CMYK
RGB Variations
Color information
#16CBCD (or 0x16CBCD) is known color: Robin's Egg Blue. HEX triplet: 16, CB and CD. RGB value is (22,203,205). Sum of RGB (Red+Green+Blue) = 22+203+205=430 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.12% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #16CBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CBCD is #E93432. Grayscale: #949494. Windows color (decimal): -15283251 or 13486870. OLE color: 13486870.
HSL color Cylindrical-coordinate representation of color #16CBCD: hue angle of 180.66º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CBCD is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 205 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.20 |
| HSL | 180.66º | 0.81% | 0.45% | - |
| HSV(B) | 180.66º | 0.89% | 0.8% | - |
| XYZ | 32.71 | 47.29 | 65.16 | - |
| YUV | 149.11 | 159.53 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 205 | 0.89 | 0.01 | 0 | 0.20 | 180.66 | 0.81 | 0.45 |
| Hex | 16 | CB | CD | 59 | 1 | 0 | 14 | B5 | 51 | 2D |
| Octal | 26 | 313 | 315 | 131 | 1 | 0 | 24 | 265 | 121 | 55 |
| Binary | 10110 | 11001011 | 11001101 | 1011001 | 1 | 0 | 10100 | 10110101 | 1010001 | 101101 |
Color Harmonies of #16CBCD
Complementary color
Monochromatic Colors of #16CBCD
Black with #16CBCD
Text Example
Text Example
White with #16CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CBCD; }
p { color: rgb(22,203,205); }
H1.HeaderClassName
{
color: #16CBCD;
}
.AnyTagClassName
{
color: #16CBCD;
}
</style>
background-color css
<style>
a { background-color: #16CBCD; }
a { background-color: rgb(22,203,205); }
div.DivClassName
{
background-color: #16CBCD;
}
.BgClassName
{
background-color: #16CBCD;
}
</style>
border-color css
<style>
span { border-color: #16CBCD; }
span { border-color: rgb(22,203,205); }
td.TdClassName
{
border-color: #16CBCD;
}
.TagClassName
{
border-color: #16CBCD;
}
</style>