Shades of Robin's Egg Blue #0DC5CC
Tints of Robin's Egg Blue #0DC5CC
RGB
CMYK
RGB Variations
Color information
#0DC5CC (or 0x0DC5CC) is known color: Robin's Egg Blue. HEX triplet: 0D, C5 and CC. RGB value is (13,197,204). Sum of RGB (Red+Green+Blue) = 13+197+204=414 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.14% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DC5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC5CC is #F23A33. Grayscale: #8E8E8E. Windows color (decimal): -15874612 or 13419789. OLE color: 13419789.
HSL color Cylindrical-coordinate representation of color #0DC5CC: hue angle of 182.2º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC5CC is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 197 | 204 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.2 |
| HSL | 182.2º | 0.88% | 0.43% | - |
| HSV(B) | 182.2º | 0.94% | 0.8% | - |
| XYZ | 31.03 | 44.38 | 64.06 | - |
| YUV | 142.78 | 162.54 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 204 | 0.94 | 0.03 | 0 | 0.2 | 182.2 | 0.88 | 0.43 |
| Hex | D | C5 | CC | 5E | 3 | 0 | 14 | B6 | 58 | 2B |
| Octal | 15 | 305 | 314 | 136 | 3 | 0 | 24 | 266 | 130 | 53 |
| Binary | 1101 | 11000101 | 11001100 | 1011110 | 11 | 0 | 10100 | 10110110 | 1011000 | 101011 |
Color Harmonies of #0DC5CC
Complementary color
Monochromatic Colors of #0DC5CC
Black with #0DC5CC
Text Example
Text Example
White with #0DC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC5CC; }
p { color: rgb(13,197,204); }
H1.HeaderClassName
{
color: #0DC5CC;
}
.AnyTagClassName
{
color: #0DC5CC;
}
</style>
background-color css
<style>
a { background-color: #0DC5CC; }
a { background-color: rgb(13,197,204); }
div.DivClassName
{
background-color: #0DC5CC;
}
.BgClassName
{
background-color: #0DC5CC;
}
</style>
border-color css
<style>
span { border-color: #0DC5CC; }
span { border-color: rgb(13,197,204); }
td.TdClassName
{
border-color: #0DC5CC;
}
.TagClassName
{
border-color: #0DC5CC;
}
</style>