Shades of Robin's Egg Blue #09CBC0
Tints of Robin's Egg Blue #09CBC0
RGB
CMYK
RGB Variations
Color information
#09CBC0 (or 0x09CBC0) is known color: Robin's Egg Blue. HEX triplet: 09, CB and C0. RGB value is (9,203,192). Sum of RGB (Red+Green+Blue) = 9+203+192=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #09CBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CBC0 is #F6343F. Grayscale: #8F8F8F. Windows color (decimal): -16135232 or 12634889. OLE color: 12634889.
HSL color Cylindrical-coordinate representation of color #09CBC0: hue angle of 176.6º 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 #09CBC0 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 192 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.20 |
| HSL | 176.6º | 0.92% | 0.42% | - |
| HSV(B) | 176.6º | 0.96% | 0.8% | - |
| XYZ | 30.98 | 46.58 | 57.23 | - |
| YUV | 143.74 | 155.23 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 192 | 0.96 | 0 | 0.05 | 0.20 | 176.6 | 0.92 | 0.42 |
| Hex | 9 | CB | C0 | 60 | 0 | 5 | 14 | B1 | 5C | 2A |
| Octal | 11 | 313 | 300 | 140 | 0 | 5 | 24 | 261 | 134 | 52 |
| Binary | 1001 | 11001011 | 11000000 | 1100000 | 0 | 101 | 10100 | 10110001 | 1011100 | 101010 |
Color Harmonies of #09CBC0
Complementary color
Monochromatic Colors of #09CBC0
Black with #09CBC0
Text Example
Text Example
White with #09CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CBC0; }
p { color: rgb(9,203,192); }
H1.HeaderClassName
{
color: #09CBC0;
}
.AnyTagClassName
{
color: #09CBC0;
}
</style>
background-color css
<style>
a { background-color: #09CBC0; }
a { background-color: rgb(9,203,192); }
div.DivClassName
{
background-color: #09CBC0;
}
.BgClassName
{
background-color: #09CBC0;
}
</style>
border-color css
<style>
span { border-color: #09CBC0; }
span { border-color: rgb(9,203,192); }
td.TdClassName
{
border-color: #09CBC0;
}
.TagClassName
{
border-color: #09CBC0;
}
</style>