Shades of Robin's Egg Blue #0CDFBB
Tints of Robin's Egg Blue #0CDFBB
RGB
CMYK
RGB Variations
Color information
#0CDFBB (or 0x0CDFBB) is known color: Robin's Egg Blue. HEX triplet: 0C, DF and BB. RGB value is (12,223,187). Sum of RGB (Red+Green+Blue) = 12+223+187=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDFBB is #F32044. Grayscale: #9B9B9B. Windows color (decimal): -15933509 or 12312332. OLE color: 12312332.
HSL color Cylindrical-coordinate representation of color #0CDFBB: hue angle of 169.76º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFBB is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 187 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.13 |
| HSL | 169.76º | 0.9% | 0.46% | - |
| HSV(B) | 169.76º | 0.95% | 0.87% | - |
| XYZ | 35.51 | 56.44 | 56.04 | - |
| YUV | 155.81 | 145.6 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 187 | 0.95 | 0 | 0.16 | 0.13 | 169.76 | 0.9 | 0.46 |
| Hex | C | DF | BB | 5F | 0 | 10 | D | AA | 5A | 2E |
| Octal | 14 | 337 | 273 | 137 | 0 | 20 | 15 | 252 | 132 | 56 |
| Binary | 1100 | 11011111 | 10111011 | 1011111 | 0 | 10000 | 1101 | 10101010 | 1011010 | 101110 |
Color Harmonies of #0CDFBB
Complementary color
Monochromatic Colors of #0CDFBB
Black with #0CDFBB
Text Example
Text Example
White with #0CDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFBB; }
p { color: rgb(12,223,187); }
H1.HeaderClassName
{
color: #0CDFBB;
}
.AnyTagClassName
{
color: #0CDFBB;
}
</style>
background-color css
<style>
a { background-color: #0CDFBB; }
a { background-color: rgb(12,223,187); }
div.DivClassName
{
background-color: #0CDFBB;
}
.BgClassName
{
background-color: #0CDFBB;
}
</style>
border-color css
<style>
span { border-color: #0CDFBB; }
span { border-color: rgb(12,223,187); }
td.TdClassName
{
border-color: #0CDFBB;
}
.TagClassName
{
border-color: #0CDFBB;
}
</style>