Shades of Robin's Egg Blue #0FCACB
Tints of Robin's Egg Blue #0FCACB
RGB
CMYK
RGB Variations
Color information
#0FCACB (or 0x0FCACB) is known color: Robin's Egg Blue. HEX triplet: 0F, CA and CB. RGB value is (15,202,203). Sum of RGB (Red+Green+Blue) = 15+202+203=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FCACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCACB is #F03534. Grayscale: #929292. Windows color (decimal): -15742261 or 13355535. OLE color: 13355535.
HSL color Cylindrical-coordinate representation of color #0FCACB: hue angle of 180.32º 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 #0FCACB is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 202 | 203 | - |
| CMYK | 0.93 | 0.00 | 0 | 0.20 |
| HSL | 180.32º | 0.86% | 0.43% | - |
| HSV(B) | 180.32º | 0.93% | 0.8% | - |
| XYZ | 32.1 | 46.65 | 63.81 | - |
| YUV | 146.2 | 160.05 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 203 | 0.93 | 0.00 | 0 | 0.20 | 180.32 | 0.86 | 0.43 |
| Hex | F | CA | CB | 5D | 0 | 0 | 14 | B4 | 56 | 2B |
| Octal | 17 | 312 | 313 | 135 | 0 | 0 | 24 | 264 | 126 | 53 |
| Binary | 1111 | 11001010 | 11001011 | 1011101 | 0 | 0 | 10100 | 10110100 | 1010110 | 101011 |
Color Harmonies of #0FCACB
Complementary color
Monochromatic Colors of #0FCACB
Black with #0FCACB
Text Example
Text Example
White with #0FCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCACB; }
p { color: rgb(15,202,203); }
H1.HeaderClassName
{
color: #0FCACB;
}
.AnyTagClassName
{
color: #0FCACB;
}
</style>
background-color css
<style>
a { background-color: #0FCACB; }
a { background-color: rgb(15,202,203); }
div.DivClassName
{
background-color: #0FCACB;
}
.BgClassName
{
background-color: #0FCACB;
}
</style>
border-color css
<style>
span { border-color: #0FCACB; }
span { border-color: rgb(15,202,203); }
td.TdClassName
{
border-color: #0FCACB;
}
.TagClassName
{
border-color: #0FCACB;
}
</style>