Shades of Robin's Egg Blue #0FCCB3
Tints of Robin's Egg Blue #0FCCB3
RGB
CMYK
RGB Variations
Color information
#0FCCB3 (or 0x0FCCB3) is known color: Robin's Egg Blue. HEX triplet: 0F, CC and B3. RGB value is (15,204,179). Sum of RGB (Red+Green+Blue) = 15+204+179=398 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.77% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCB3 is #F0334C. Grayscale: #909090. Windows color (decimal): -15741773 or 11783183. OLE color: 11783183.
HSL color Cylindrical-coordinate representation of color #0FCCB3: hue angle of 172.06º 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 #0FCCB3 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 204 | 179 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.2 |
| HSL | 172.06º | 0.86% | 0.43% | - |
| HSV(B) | 172.06º | 0.93% | 0.8% | - |
| XYZ | 29.93 | 46.54 | 50.05 | - |
| YUV | 144.64 | 147.38 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 179 | 0.93 | 0 | 0.12 | 0.2 | 172.06 | 0.86 | 0.43 |
| Hex | F | CC | B3 | 5D | 0 | C | 14 | AC | 56 | 2B |
| Octal | 17 | 314 | 263 | 135 | 0 | 14 | 24 | 254 | 126 | 53 |
| Binary | 1111 | 11001100 | 10110011 | 1011101 | 0 | 1100 | 10100 | 10101100 | 1010110 | 101011 |
Color Harmonies of #0FCCB3
Complementary color
Monochromatic Colors of #0FCCB3
Black with #0FCCB3
Text Example
Text Example
White with #0FCCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCCB3; }
p { color: rgb(15,204,179); }
H1.HeaderClassName
{
color: #0FCCB3;
}
.AnyTagClassName
{
color: #0FCCB3;
}
</style>
background-color css
<style>
a { background-color: #0FCCB3; }
a { background-color: rgb(15,204,179); }
div.DivClassName
{
background-color: #0FCCB3;
}
.BgClassName
{
background-color: #0FCCB3;
}
</style>
border-color css
<style>
span { border-color: #0FCCB3; }
span { border-color: rgb(15,204,179); }
td.TdClassName
{
border-color: #0FCCB3;
}
.TagClassName
{
border-color: #0FCCB3;
}
</style>