Shades of Robin's Egg Blue #0DDFC1
Tints of Robin's Egg Blue #0DDFC1
RGB
CMYK
RGB Variations
Color information
#0DDFC1 (or 0x0DDFC1) is known color: Robin's Egg Blue. HEX triplet: 0D, DF and C1. RGB value is (13,223,193). Sum of RGB (Red+Green+Blue) = 13+223+193=429 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.03% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFC1 is #F2203E. Grayscale: #9C9C9C. Windows color (decimal): -15867967 or 12705549. OLE color: 12705549.
HSL color Cylindrical-coordinate representation of color #0DDFC1: hue angle of 171.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFC1 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 193 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.13 |
| HSL | 171.43º | 0.89% | 0.46% | - |
| HSV(B) | 171.43º | 0.94% | 0.87% | - |
| XYZ | 36.18 | 56.71 | 59.49 | - |
| YUV | 156.79 | 148.43 | 25.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 193 | 0.94 | 0 | 0.13 | 0.13 | 171.43 | 0.89 | 0.46 |
| Hex | D | DF | C1 | 5E | 0 | D | D | AB | 59 | 2E |
| Octal | 15 | 337 | 301 | 136 | 0 | 15 | 15 | 253 | 131 | 56 |
| Binary | 1101 | 11011111 | 11000001 | 1011110 | 0 | 1101 | 1101 | 10101011 | 1011001 | 101110 |
Color Harmonies of #0DDFC1
Complementary color
Monochromatic Colors of #0DDFC1
Black with #0DDFC1
Text Example
Text Example
White with #0DDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFC1; }
p { color: rgb(13,223,193); }
H1.HeaderClassName
{
color: #0DDFC1;
}
.AnyTagClassName
{
color: #0DDFC1;
}
</style>
background-color css
<style>
a { background-color: #0DDFC1; }
a { background-color: rgb(13,223,193); }
div.DivClassName
{
background-color: #0DDFC1;
}
.BgClassName
{
background-color: #0DDFC1;
}
</style>
border-color css
<style>
span { border-color: #0DDFC1; }
span { border-color: rgb(13,223,193); }
td.TdClassName
{
border-color: #0DDFC1;
}
.TagClassName
{
border-color: #0DDFC1;
}
</style>