Shades of Robin's Egg Blue #18D1CD
Tints of Robin's Egg Blue #18D1CD
RGB
CMYK
RGB Variations
Color information
#18D1CD (or 0x18D1CD) is known color: Robin's Egg Blue. HEX triplet: 18, D1 and CD. RGB value is (24,209,205). Sum of RGB (Red+Green+Blue) = 24+209+205=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #18D1CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D1CD is #E72E32. Grayscale: #999999. Windows color (decimal): -15150643 or 13488408. OLE color: 13488408.
HSL color Cylindrical-coordinate representation of color #18D1CD: hue angle of 178.7º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D1CD is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 209 | 205 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.18 |
| HSL | 178.7º | 0.79% | 0.46% | - |
| HSV(B) | 178.7º | 0.89% | 0.82% | - |
| XYZ | 34.2 | 50.2 | 65.65 | - |
| YUV | 153.23 | 157.21 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 209 | 205 | 0.89 | 0 | 0.02 | 0.18 | 178.7 | 0.79 | 0.46 |
| Hex | 18 | D1 | CD | 59 | 0 | 2 | 12 | B3 | 4F | 2E |
| Octal | 30 | 321 | 315 | 131 | 0 | 2 | 22 | 263 | 117 | 56 |
| Binary | 11000 | 11010001 | 11001101 | 1011001 | 0 | 10 | 10010 | 10110011 | 1001111 | 101110 |
Color Harmonies of #18D1CD
Complementary color
Monochromatic Colors of #18D1CD
Black with #18D1CD
Text Example
Text Example
White with #18D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D1CD; }
p { color: rgb(24,209,205); }
H1.HeaderClassName
{
color: #18D1CD;
}
.AnyTagClassName
{
color: #18D1CD;
}
</style>
background-color css
<style>
a { background-color: #18D1CD; }
a { background-color: rgb(24,209,205); }
div.DivClassName
{
background-color: #18D1CD;
}
.BgClassName
{
background-color: #18D1CD;
}
</style>
border-color css
<style>
span { border-color: #18D1CD; }
span { border-color: rgb(24,209,205); }
td.TdClassName
{
border-color: #18D1CD;
}
.TagClassName
{
border-color: #18D1CD;
}
</style>