Shades of Robin's Egg Blue #18C8CC
Tints of Robin's Egg Blue #18C8CC
RGB
CMYK
RGB Variations
Color information
#18C8CC (or 0x18C8CC) is known color: Robin's Egg Blue. HEX triplet: 18, C8 and CC. RGB value is (24,200,204). Sum of RGB (Red+Green+Blue) = 24+200+204=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #18C8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C8CC is #E73733. Grayscale: #939393. Windows color (decimal): -15152948 or 13420568. OLE color: 13420568.
HSL color Cylindrical-coordinate representation of color #18C8CC: hue angle of 181.33º 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 #18C8CC is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 200 | 204 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.2 |
| HSL | 181.33º | 0.79% | 0.45% | - |
| HSV(B) | 181.33º | 0.88% | 0.8% | - |
| XYZ | 31.93 | 45.86 | 64.3 | - |
| YUV | 147.83 | 159.69 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 200 | 204 | 0.88 | 0.02 | 0 | 0.2 | 181.33 | 0.79 | 0.45 |
| Hex | 18 | C8 | CC | 58 | 2 | 0 | 14 | B5 | 4F | 2D |
| Octal | 30 | 310 | 314 | 130 | 2 | 0 | 24 | 265 | 117 | 55 |
| Binary | 11000 | 11001000 | 11001100 | 1011000 | 10 | 0 | 10100 | 10110101 | 1001111 | 101101 |
Color Harmonies of #18C8CC
Complementary color
Monochromatic Colors of #18C8CC
Black with #18C8CC
Text Example
Text Example
White with #18C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C8CC; }
p { color: rgb(24,200,204); }
H1.HeaderClassName
{
color: #18C8CC;
}
.AnyTagClassName
{
color: #18C8CC;
}
</style>
background-color css
<style>
a { background-color: #18C8CC; }
a { background-color: rgb(24,200,204); }
div.DivClassName
{
background-color: #18C8CC;
}
.BgClassName
{
background-color: #18C8CC;
}
</style>
border-color css
<style>
span { border-color: #18C8CC; }
span { border-color: rgb(24,200,204); }
td.TdClassName
{
border-color: #18C8CC;
}
.TagClassName
{
border-color: #18C8CC;
}
</style>