Shades of Robin's Egg Blue #0DC3CF
Tints of Robin's Egg Blue #0DC3CF
RGB
CMYK
RGB Variations
Color information
#0DC3CF (or 0x0DC3CF) is known color: Robin's Egg Blue. HEX triplet: 0D, C3 and CF. RGB value is (13,195,207). Sum of RGB (Red+Green+Blue) = 13+195+207=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DC3CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC3CF is #F23C30. Grayscale: #8D8D8D. Windows color (decimal): -15875121 or 13615885. OLE color: 13615885.
HSL color Cylindrical-coordinate representation of color #0DC3CF: hue angle of 183.71º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC3CF is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 195 | 207 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.19 |
| HSL | 183.71º | 0.88% | 0.43% | - |
| HSV(B) | 183.71º | 0.94% | 0.81% | - |
| XYZ | 30.94 | 43.62 | 65.82 | - |
| YUV | 141.95 | 164.7 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 207 | 0.94 | 0.06 | 0 | 0.19 | 183.71 | 0.88 | 0.43 |
| Hex | D | C3 | CF | 5E | 6 | 0 | 13 | B8 | 58 | 2B |
| Octal | 15 | 303 | 317 | 136 | 6 | 0 | 23 | 270 | 130 | 53 |
| Binary | 1101 | 11000011 | 11001111 | 1011110 | 110 | 0 | 10011 | 10111000 | 1011000 | 101011 |
Color Harmonies of #0DC3CF
Complementary color
Monochromatic Colors of #0DC3CF
Black with #0DC3CF
Text Example
Text Example
White with #0DC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC3CF; }
p { color: rgb(13,195,207); }
H1.HeaderClassName
{
color: #0DC3CF;
}
.AnyTagClassName
{
color: #0DC3CF;
}
</style>
background-color css
<style>
a { background-color: #0DC3CF; }
a { background-color: rgb(13,195,207); }
div.DivClassName
{
background-color: #0DC3CF;
}
.BgClassName
{
background-color: #0DC3CF;
}
</style>
border-color css
<style>
span { border-color: #0DC3CF; }
span { border-color: rgb(13,195,207); }
td.TdClassName
{
border-color: #0DC3CF;
}
.TagClassName
{
border-color: #0DC3CF;
}
</style>