Shades of Robin's Egg Blue #18CFC1
Tints of Robin's Egg Blue #18CFC1
RGB
CMYK
RGB Variations
Color information
#18CFC1 (or 0x18CFC1) is known color: Robin's Egg Blue. HEX triplet: 18, CF and C1. RGB value is (24,207,193). Sum of RGB (Red+Green+Blue) = 24+207+193=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFC1 is #E7303E. Grayscale: #969696. Windows color (decimal): -15151167 or 12701464. OLE color: 12701464.
HSL color Cylindrical-coordinate representation of color #18CFC1: hue angle of 175.41º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CFC1 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 193 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.19 |
| HSL | 175.41º | 0.79% | 0.45% | - |
| HSV(B) | 175.41º | 0.88% | 0.81% | - |
| XYZ | 32.32 | 48.67 | 58.14 | - |
| YUV | 150.69 | 151.87 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 193 | 0.88 | 0 | 0.07 | 0.19 | 175.41 | 0.79 | 0.45 |
| Hex | 18 | CF | C1 | 58 | 0 | 7 | 13 | AF | 4F | 2D |
| Octal | 30 | 317 | 301 | 130 | 0 | 7 | 23 | 257 | 117 | 55 |
| Binary | 11000 | 11001111 | 11000001 | 1011000 | 0 | 111 | 10011 | 10101111 | 1001111 | 101101 |
Color Harmonies of #18CFC1
Complementary color
Monochromatic Colors of #18CFC1
Black with #18CFC1
Text Example
Text Example
White with #18CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFC1; }
p { color: rgb(24,207,193); }
H1.HeaderClassName
{
color: #18CFC1;
}
.AnyTagClassName
{
color: #18CFC1;
}
</style>
background-color css
<style>
a { background-color: #18CFC1; }
a { background-color: rgb(24,207,193); }
div.DivClassName
{
background-color: #18CFC1;
}
.BgClassName
{
background-color: #18CFC1;
}
</style>
border-color css
<style>
span { border-color: #18CFC1; }
span { border-color: rgb(24,207,193); }
td.TdClassName
{
border-color: #18CFC1;
}
.TagClassName
{
border-color: #18CFC1;
}
</style>