Shades of Robin's Egg Blue #0DCFCB
Tints of Robin's Egg Blue #0DCFCB
RGB
CMYK
RGB Variations
Color information
#0DCFCB (or 0x0DCFCB) is known color: Robin's Egg Blue. HEX triplet: 0D, CF and CB. RGB value is (13,207,203). Sum of RGB (Red+Green+Blue) = 13+207+203=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFCB is #F23034. Grayscale: #949494. Windows color (decimal): -15872053 or 13356813. OLE color: 13356813.
HSL color Cylindrical-coordinate representation of color #0DCFCB: hue angle of 178.76º 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 #0DCFCB is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 207 | 203 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.19 |
| HSL | 178.76º | 0.88% | 0.43% | - |
| HSV(B) | 178.76º | 0.94% | 0.81% | - |
| XYZ | 33.26 | 49.02 | 64.21 | - |
| YUV | 148.54 | 158.73 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 203 | 0.94 | 0 | 0.02 | 0.19 | 178.76 | 0.88 | 0.43 |
| Hex | D | CF | CB | 5E | 0 | 2 | 13 | B3 | 58 | 2B |
| Octal | 15 | 317 | 313 | 136 | 0 | 2 | 23 | 263 | 130 | 53 |
| Binary | 1101 | 11001111 | 11001011 | 1011110 | 0 | 10 | 10011 | 10110011 | 1011000 | 101011 |
Color Harmonies of #0DCFCB
Complementary color
Monochromatic Colors of #0DCFCB
Black with #0DCFCB
Text Example
Text Example
White with #0DCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFCB; }
p { color: rgb(13,207,203); }
H1.HeaderClassName
{
color: #0DCFCB;
}
.AnyTagClassName
{
color: #0DCFCB;
}
</style>
background-color css
<style>
a { background-color: #0DCFCB; }
a { background-color: rgb(13,207,203); }
div.DivClassName
{
background-color: #0DCFCB;
}
.BgClassName
{
background-color: #0DCFCB;
}
</style>
border-color css
<style>
span { border-color: #0DCFCB; }
span { border-color: rgb(13,207,203); }
td.TdClassName
{
border-color: #0DCFCB;
}
.TagClassName
{
border-color: #0DCFCB;
}
</style>