Shades of Robin's Egg Blue #0FCDC4
Tints of Robin's Egg Blue #0FCDC4
RGB
CMYK
RGB Variations
Color information
#0FCDC4 (or 0x0FCDC4) is known color: Robin's Egg Blue. HEX triplet: 0F, CD and C4. RGB value is (15,205,196). Sum of RGB (Red+Green+Blue) = 15+205+196=416 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCDC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDC4 is #F0323B. Grayscale: #939393. Windows color (decimal): -15741500 or 12897551. OLE color: 12897551.
HSL color Cylindrical-coordinate representation of color #0FCDC4: hue angle of 177.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDC4 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 196 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.20 |
| HSL | 177.16º | 0.86% | 0.43% | - |
| HSV(B) | 177.16º | 0.93% | 0.8% | - |
| XYZ | 31.99 | 47.75 | 59.76 | - |
| YUV | 147.16 | 155.55 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 196 | 0.93 | 0 | 0.04 | 0.20 | 177.16 | 0.86 | 0.43 |
| Hex | F | CD | C4 | 5D | 0 | 4 | 14 | B1 | 56 | 2B |
| Octal | 17 | 315 | 304 | 135 | 0 | 4 | 24 | 261 | 126 | 53 |
| Binary | 1111 | 11001101 | 11000100 | 1011101 | 0 | 100 | 10100 | 10110001 | 1010110 | 101011 |
Color Harmonies of #0FCDC4
Complementary color
Monochromatic Colors of #0FCDC4
Black with #0FCDC4
Text Example
Text Example
White with #0FCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDC4; }
p { color: rgb(15,205,196); }
H1.HeaderClassName
{
color: #0FCDC4;
}
.AnyTagClassName
{
color: #0FCDC4;
}
</style>
background-color css
<style>
a { background-color: #0FCDC4; }
a { background-color: rgb(15,205,196); }
div.DivClassName
{
background-color: #0FCDC4;
}
.BgClassName
{
background-color: #0FCDC4;
}
</style>
border-color css
<style>
span { border-color: #0FCDC4; }
span { border-color: rgb(15,205,196); }
td.TdClassName
{
border-color: #0FCDC4;
}
.TagClassName
{
border-color: #0FCDC4;
}
</style>