Shades of Robin's Egg Blue #09CCC0
Tints of Robin's Egg Blue #09CCC0
RGB
CMYK
RGB Variations
Color information
#09CCC0 (or 0x09CCC0) is known color: Robin's Egg Blue. HEX triplet: 09, CC and C0. RGB value is (9,204,192). Sum of RGB (Red+Green+Blue) = 9+204+192=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #09CCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CCC0 is #F6333F. Grayscale: #909090. Windows color (decimal): -16134976 or 12635145. OLE color: 12635145.
HSL color Cylindrical-coordinate representation of color #09CCC0: hue angle of 176.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCC0 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 204 | 192 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.2 |
| HSL | 176.31º | 0.92% | 0.42% | - |
| HSV(B) | 176.31º | 0.96% | 0.8% | - |
| XYZ | 31.22 | 47.05 | 57.31 | - |
| YUV | 144.33 | 154.9 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 192 | 0.96 | 0 | 0.06 | 0.2 | 176.31 | 0.92 | 0.42 |
| Hex | 9 | CC | C0 | 60 | 0 | 6 | 14 | B0 | 5C | 2A |
| Octal | 11 | 314 | 300 | 140 | 0 | 6 | 24 | 260 | 134 | 52 |
| Binary | 1001 | 11001100 | 11000000 | 1100000 | 0 | 110 | 10100 | 10110000 | 1011100 | 101010 |
Color Harmonies of #09CCC0
Complementary color
Monochromatic Colors of #09CCC0
Black with #09CCC0
Text Example
Text Example
White with #09CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CCC0; }
p { color: rgb(9,204,192); }
H1.HeaderClassName
{
color: #09CCC0;
}
.AnyTagClassName
{
color: #09CCC0;
}
</style>
background-color css
<style>
a { background-color: #09CCC0; }
a { background-color: rgb(9,204,192); }
div.DivClassName
{
background-color: #09CCC0;
}
.BgClassName
{
background-color: #09CCC0;
}
</style>
border-color css
<style>
span { border-color: #09CCC0; }
span { border-color: rgb(9,204,192); }
td.TdClassName
{
border-color: #09CCC0;
}
.TagClassName
{
border-color: #09CCC0;
}
</style>