Shades of Robin's Egg Blue #18D1CC
Tints of Robin's Egg Blue #18D1CC
RGB
CMYK
RGB Variations
Color information
#18D1CC (or 0x18D1CC) is known color: Robin's Egg Blue. HEX triplet: 18, D1 and CC. RGB value is (24,209,204). Sum of RGB (Red+Green+Blue) = 24+209+204=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #18D1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D1CC is #E72E33. Grayscale: #989898. Windows color (decimal): -15150644 or 13422872. OLE color: 13422872.
HSL color Cylindrical-coordinate representation of color #18D1CC: hue angle of 178.38º 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 #18D1CC is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 209 | 204 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.18 |
| HSL | 178.38º | 0.79% | 0.46% | - |
| HSV(B) | 178.38º | 0.89% | 0.82% | - |
| XYZ | 34.08 | 50.15 | 65.01 | - |
| YUV | 153.12 | 156.71 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 209 | 204 | 0.89 | 0 | 0.02 | 0.18 | 178.38 | 0.79 | 0.46 |
| Hex | 18 | D1 | CC | 59 | 0 | 2 | 12 | B2 | 4F | 2E |
| Octal | 30 | 321 | 314 | 131 | 0 | 2 | 22 | 262 | 117 | 56 |
| Binary | 11000 | 11010001 | 11001100 | 1011001 | 0 | 10 | 10010 | 10110010 | 1001111 | 101110 |
Color Harmonies of #18D1CC
Complementary color
Monochromatic Colors of #18D1CC
Black with #18D1CC
Text Example
Text Example
White with #18D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D1CC; }
p { color: rgb(24,209,204); }
H1.HeaderClassName
{
color: #18D1CC;
}
.AnyTagClassName
{
color: #18D1CC;
}
</style>
background-color css
<style>
a { background-color: #18D1CC; }
a { background-color: rgb(24,209,204); }
div.DivClassName
{
background-color: #18D1CC;
}
.BgClassName
{
background-color: #18D1CC;
}
</style>
border-color css
<style>
span { border-color: #18D1CC; }
span { border-color: rgb(24,209,204); }
td.TdClassName
{
border-color: #18D1CC;
}
.TagClassName
{
border-color: #18D1CC;
}
</style>