Shades of Robin's Egg Blue #18CDC9
Tints of Robin's Egg Blue #18CDC9
RGB
CMYK
RGB Variations
Color information
#18CDC9 (or 0x18CDC9) is known color: Robin's Egg Blue. HEX triplet: 18, CD and C9. RGB value is (24,205,201). Sum of RGB (Red+Green+Blue) = 24+205+201=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #18CDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDC9 is #E73236. Grayscale: #969696. Windows color (decimal): -15151671 or 13225240. OLE color: 13225240.
HSL color Cylindrical-coordinate representation of color #18CDC9: hue angle of 178.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CDC9 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 205 | 201 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.20 |
| HSL | 178.67º | 0.79% | 0.45% | - |
| HSV(B) | 178.67º | 0.88% | 0.8% | - |
| XYZ | 32.75 | 48.07 | 62.81 | - |
| YUV | 150.43 | 156.53 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 201 | 0.88 | 0 | 0.02 | 0.20 | 178.67 | 0.79 | 0.45 |
| Hex | 18 | CD | C9 | 58 | 0 | 2 | 14 | B3 | 4F | 2D |
| Octal | 30 | 315 | 311 | 130 | 0 | 2 | 24 | 263 | 117 | 55 |
| Binary | 11000 | 11001101 | 11001001 | 1011000 | 0 | 10 | 10100 | 10110011 | 1001111 | 101101 |
Color Harmonies of #18CDC9
Complementary color
Monochromatic Colors of #18CDC9
Black with #18CDC9
Text Example
Text Example
White with #18CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDC9; }
p { color: rgb(24,205,201); }
H1.HeaderClassName
{
color: #18CDC9;
}
.AnyTagClassName
{
color: #18CDC9;
}
</style>
background-color css
<style>
a { background-color: #18CDC9; }
a { background-color: rgb(24,205,201); }
div.DivClassName
{
background-color: #18CDC9;
}
.BgClassName
{
background-color: #18CDC9;
}
</style>
border-color css
<style>
span { border-color: #18CDC9; }
span { border-color: rgb(24,205,201); }
td.TdClassName
{
border-color: #18CDC9;
}
.TagClassName
{
border-color: #18CDC9;
}
</style>