Shades of Robin's Egg Blue #18CDC7
Tints of Robin's Egg Blue #18CDC7
RGB
CMYK
RGB Variations
Color information
#18CDC7 (or 0x18CDC7) is known color: Robin's Egg Blue. HEX triplet: 18, CD and C7. RGB value is (24,205,199). Sum of RGB (Red+Green+Blue) = 24+205+199=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #18CDC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CDC7 is #E73238. Grayscale: #969696. Windows color (decimal): -15151673 or 13094168. OLE color: 13094168.
HSL color Cylindrical-coordinate representation of color #18CDC7: hue angle of 178.01º 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 #18CDC7 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 205 | 199 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.20 |
| HSL | 178.01º | 0.79% | 0.45% | - |
| HSV(B) | 178.01º | 0.88% | 0.8% | - |
| XYZ | 32.52 | 47.98 | 61.58 | - |
| YUV | 150.2 | 155.53 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 205 | 199 | 0.88 | 0 | 0.03 | 0.20 | 178.01 | 0.79 | 0.45 |
| Hex | 18 | CD | C7 | 58 | 0 | 3 | 14 | B2 | 4F | 2D |
| Octal | 30 | 315 | 307 | 130 | 0 | 3 | 24 | 262 | 117 | 55 |
| Binary | 11000 | 11001101 | 11000111 | 1011000 | 0 | 11 | 10100 | 10110010 | 1001111 | 101101 |
Color Harmonies of #18CDC7
Complementary color
Monochromatic Colors of #18CDC7
Black with #18CDC7
Text Example
Text Example
White with #18CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CDC7; }
p { color: rgb(24,205,199); }
H1.HeaderClassName
{
color: #18CDC7;
}
.AnyTagClassName
{
color: #18CDC7;
}
</style>
background-color css
<style>
a { background-color: #18CDC7; }
a { background-color: rgb(24,205,199); }
div.DivClassName
{
background-color: #18CDC7;
}
.BgClassName
{
background-color: #18CDC7;
}
</style>
border-color css
<style>
span { border-color: #18CDC7; }
span { border-color: rgb(24,205,199); }
td.TdClassName
{
border-color: #18CDC7;
}
.TagClassName
{
border-color: #18CDC7;
}
</style>