Shades of Robin's Egg Blue #18CBC1
Tints of Robin's Egg Blue #18CBC1
RGB
CMYK
RGB Variations
Color information
#18CBC1 (or 0x18CBC1) is known color: Robin's Egg Blue. HEX triplet: 18, CB and C1. RGB value is (24,203,193). Sum of RGB (Red+Green+Blue) = 24+203+193=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBC1 is #E7343E. Grayscale: #949494. Windows color (decimal): -15152191 or 12700440. OLE color: 12700440.
HSL color Cylindrical-coordinate representation of color #18CBC1: hue angle of 176.65º 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 #18CBC1 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 193 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.20 |
| HSL | 176.65º | 0.79% | 0.45% | - |
| HSV(B) | 176.65º | 0.88% | 0.8% | - |
| XYZ | 31.36 | 46.76 | 57.82 | - |
| YUV | 148.34 | 153.2 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 193 | 0.88 | 0 | 0.05 | 0.20 | 176.65 | 0.79 | 0.45 |
| Hex | 18 | CB | C1 | 58 | 0 | 5 | 14 | B1 | 4F | 2D |
| Octal | 30 | 313 | 301 | 130 | 0 | 5 | 24 | 261 | 117 | 55 |
| Binary | 11000 | 11001011 | 11000001 | 1011000 | 0 | 101 | 10100 | 10110001 | 1001111 | 101101 |
Color Harmonies of #18CBC1
Complementary color
Monochromatic Colors of #18CBC1
Black with #18CBC1
Text Example
Text Example
White with #18CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBC1; }
p { color: rgb(24,203,193); }
H1.HeaderClassName
{
color: #18CBC1;
}
.AnyTagClassName
{
color: #18CBC1;
}
</style>
background-color css
<style>
a { background-color: #18CBC1; }
a { background-color: rgb(24,203,193); }
div.DivClassName
{
background-color: #18CBC1;
}
.BgClassName
{
background-color: #18CBC1;
}
</style>
border-color css
<style>
span { border-color: #18CBC1; }
span { border-color: rgb(24,203,193); }
td.TdClassName
{
border-color: #18CBC1;
}
.TagClassName
{
border-color: #18CBC1;
}
</style>