Shades of Robin's Egg Blue #0DCFCC
Tints of Robin's Egg Blue #0DCFCC
RGB
CMYK
RGB Variations
Color information
#0DCFCC (or 0x0DCFCC) is known color: Robin's Egg Blue. HEX triplet: 0D, CF and CC. RGB value is (13,207,204). Sum of RGB (Red+Green+Blue) = 13+207+204=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFCC is #F23033. Grayscale: #949494. Windows color (decimal): -15872052 or 13422349. OLE color: 13422349.
HSL color Cylindrical-coordinate representation of color #0DCFCC: hue angle of 179.07º 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 #0DCFCC is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 204 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.19 |
| HSL | 179.07º | 0.88% | 0.43% | - |
| HSV(B) | 179.07º | 0.94% | 0.81% | - |
| XYZ | 33.38 | 49.07 | 64.84 | - |
| YUV | 148.65 | 159.23 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 204 | 0.94 | 0 | 0.01 | 0.19 | 179.07 | 0.88 | 0.43 |
| Hex | D | CF | CC | 5E | 0 | 1 | 13 | B3 | 58 | 2B |
| Octal | 15 | 317 | 314 | 136 | 0 | 1 | 23 | 263 | 130 | 53 |
| Binary | 1101 | 11001111 | 11001100 | 1011110 | 0 | 1 | 10011 | 10110011 | 1011000 | 101011 |
Color Harmonies of #0DCFCC
Complementary color
Monochromatic Colors of #0DCFCC
Black with #0DCFCC
Text Example
Text Example
White with #0DCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFCC; }
p { color: rgb(13,207,204); }
H1.HeaderClassName
{
color: #0DCFCC;
}
.AnyTagClassName
{
color: #0DCFCC;
}
</style>
background-color css
<style>
a { background-color: #0DCFCC; }
a { background-color: rgb(13,207,204); }
div.DivClassName
{
background-color: #0DCFCC;
}
.BgClassName
{
background-color: #0DCFCC;
}
</style>
border-color css
<style>
span { border-color: #0DCFCC; }
span { border-color: rgb(13,207,204); }
td.TdClassName
{
border-color: #0DCFCC;
}
.TagClassName
{
border-color: #0DCFCC;
}
</style>