Shades of Robin's Egg Blue #09DCBD
Tints of Robin's Egg Blue #09DCBD
RGB
CMYK
RGB Variations
Color information
#09DCBD (or 0x09DCBD) is known color: Robin's Egg Blue. HEX triplet: 09, DC and BD. RGB value is (9,220,189). Sum of RGB (Red+Green+Blue) = 9+220+189=418 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #09DCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09DCBD is #F62342. Grayscale: #999999. Windows color (decimal): -16130883 or 12442633. OLE color: 12442633.
HSL color Cylindrical-coordinate representation of color #09DCBD: hue angle of 171.18º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DCBD is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 220 | 189 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.14 |
| HSL | 171.18º | 0.92% | 0.45% | - |
| HSV(B) | 171.18º | 0.96% | 0.86% | - |
| XYZ | 34.89 | 54.92 | 56.91 | - |
| YUV | 153.38 | 148.1 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 220 | 189 | 0.96 | 0 | 0.14 | 0.14 | 171.18 | 0.92 | 0.45 |
| Hex | 9 | DC | BD | 60 | 0 | E | E | AB | 5C | 2D |
| Octal | 11 | 334 | 275 | 140 | 0 | 16 | 16 | 253 | 134 | 55 |
| Binary | 1001 | 11011100 | 10111101 | 1100000 | 0 | 1110 | 1110 | 10101011 | 1011100 | 101101 |
Color Harmonies of #09DCBD
Complementary color
Monochromatic Colors of #09DCBD
Black with #09DCBD
Text Example
Text Example
White with #09DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DCBD; }
p { color: rgb(9,220,189); }
H1.HeaderClassName
{
color: #09DCBD;
}
.AnyTagClassName
{
color: #09DCBD;
}
</style>
background-color css
<style>
a { background-color: #09DCBD; }
a { background-color: rgb(9,220,189); }
div.DivClassName
{
background-color: #09DCBD;
}
.BgClassName
{
background-color: #09DCBD;
}
</style>
border-color css
<style>
span { border-color: #09DCBD; }
span { border-color: rgb(9,220,189); }
td.TdClassName
{
border-color: #09DCBD;
}
.TagClassName
{
border-color: #09DCBD;
}
</style>