Shades of Robin's Egg Blue #0FD0CC
Tints of Robin's Egg Blue #0FD0CC
RGB
CMYK
RGB Variations
Color information
#0FD0CC (or 0x0FD0CC) is known color: Robin's Egg Blue. HEX triplet: 0F, D0 and CC. RGB value is (15,208,204). Sum of RGB (Red+Green+Blue) = 15+208+204=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD0CC is #F02F33. Grayscale: #959595. Windows color (decimal): -15740724 or 13422607. OLE color: 13422607.
HSL color Cylindrical-coordinate representation of color #0FD0CC: hue angle of 178.76º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD0CC is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 208 | 204 | - |
| CMYK | 0.93 | 0 | 0.02 | 0.18 |
| HSL | 178.76º | 0.87% | 0.44% | - |
| HSV(B) | 178.76º | 0.93% | 0.82% | - |
| XYZ | 33.65 | 49.57 | 64.92 | - |
| YUV | 149.84 | 158.56 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 208 | 204 | 0.93 | 0 | 0.02 | 0.18 | 178.76 | 0.87 | 0.44 |
| Hex | F | D0 | CC | 5D | 0 | 2 | 12 | B3 | 57 | 2C |
| Octal | 17 | 320 | 314 | 135 | 0 | 2 | 22 | 263 | 127 | 54 |
| Binary | 1111 | 11010000 | 11001100 | 1011101 | 0 | 10 | 10010 | 10110011 | 1010111 | 101100 |
Color Harmonies of #0FD0CC
Complementary color
Monochromatic Colors of #0FD0CC
Black with #0FD0CC
Text Example
Text Example
White with #0FD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD0CC; }
p { color: rgb(15,208,204); }
H1.HeaderClassName
{
color: #0FD0CC;
}
.AnyTagClassName
{
color: #0FD0CC;
}
</style>
background-color css
<style>
a { background-color: #0FD0CC; }
a { background-color: rgb(15,208,204); }
div.DivClassName
{
background-color: #0FD0CC;
}
.BgClassName
{
background-color: #0FD0CC;
}
</style>
border-color css
<style>
span { border-color: #0FD0CC; }
span { border-color: rgb(15,208,204); }
td.TdClassName
{
border-color: #0FD0CC;
}
.TagClassName
{
border-color: #0FD0CC;
}
</style>