Shades of Robin's Egg Blue #0DCFBE
Tints of Robin's Egg Blue #0DCFBE
RGB
CMYK
RGB Variations
Color information
#0DCFBE (or 0x0DCFBE) is known color: Robin's Egg Blue. HEX triplet: 0D, CF and BE. RGB value is (13,207,190). Sum of RGB (Red+Green+Blue) = 13+207+190=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFBE is #F23041. Grayscale: #929292. Windows color (decimal): -15872066 or 12504845. OLE color: 12504845.
HSL color Cylindrical-coordinate representation of color #0DCFBE: hue angle of 174.74º 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 #0DCFBE is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 190 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.19 |
| HSL | 174.74º | 0.88% | 0.43% | - |
| HSV(B) | 174.74º | 0.94% | 0.81% | - |
| XYZ | 31.77 | 48.43 | 56.39 | - |
| YUV | 147.06 | 152.23 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 190 | 0.94 | 0 | 0.08 | 0.19 | 174.74 | 0.88 | 0.43 |
| Hex | D | CF | BE | 5E | 0 | 8 | 13 | AF | 58 | 2B |
| Octal | 15 | 317 | 276 | 136 | 0 | 10 | 23 | 257 | 130 | 53 |
| Binary | 1101 | 11001111 | 10111110 | 1011110 | 0 | 1000 | 10011 | 10101111 | 1011000 | 101011 |
Color Harmonies of #0DCFBE
Complementary color
Monochromatic Colors of #0DCFBE
Black with #0DCFBE
Text Example
Text Example
White with #0DCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFBE; }
p { color: rgb(13,207,190); }
H1.HeaderClassName
{
color: #0DCFBE;
}
.AnyTagClassName
{
color: #0DCFBE;
}
</style>
background-color css
<style>
a { background-color: #0DCFBE; }
a { background-color: rgb(13,207,190); }
div.DivClassName
{
background-color: #0DCFBE;
}
.BgClassName
{
background-color: #0DCFBE;
}
</style>
border-color css
<style>
span { border-color: #0DCFBE; }
span { border-color: rgb(13,207,190); }
td.TdClassName
{
border-color: #0DCFBE;
}
.TagClassName
{
border-color: #0DCFBE;
}
</style>