Shades of Robin's Egg Blue #18CFCB
Tints of Robin's Egg Blue #18CFCB
RGB
CMYK
RGB Variations
Color information
#18CFCB (or 0x18CFCB) is known color: Robin's Egg Blue. HEX triplet: 18, CF and CB. RGB value is (24,207,203). Sum of RGB (Red+Green+Blue) = 24+207+203=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #18CFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFCB is #E73034. Grayscale: #979797. Windows color (decimal): -15151157 or 13356824. OLE color: 13356824.
HSL color Cylindrical-coordinate representation of color #18CFCB: hue angle of 178.69º 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 #18CFCB is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 207 | 203 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.19 |
| HSL | 178.69º | 0.79% | 0.45% | - |
| HSV(B) | 178.69º | 0.88% | 0.81% | - |
| XYZ | 33.47 | 49.13 | 64.22 | - |
| YUV | 151.83 | 156.87 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 207 | 203 | 0.88 | 0 | 0.02 | 0.19 | 178.69 | 0.79 | 0.45 |
| Hex | 18 | CF | CB | 58 | 0 | 2 | 13 | B3 | 4F | 2D |
| Octal | 30 | 317 | 313 | 130 | 0 | 2 | 23 | 263 | 117 | 55 |
| Binary | 11000 | 11001111 | 11001011 | 1011000 | 0 | 10 | 10011 | 10110011 | 1001111 | 101101 |
Color Harmonies of #18CFCB
Complementary color
Monochromatic Colors of #18CFCB
Black with #18CFCB
Text Example
Text Example
White with #18CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CFCB; }
p { color: rgb(24,207,203); }
H1.HeaderClassName
{
color: #18CFCB;
}
.AnyTagClassName
{
color: #18CFCB;
}
</style>
background-color css
<style>
a { background-color: #18CFCB; }
a { background-color: rgb(24,207,203); }
div.DivClassName
{
background-color: #18CFCB;
}
.BgClassName
{
background-color: #18CFCB;
}
</style>
border-color css
<style>
span { border-color: #18CFCB; }
span { border-color: rgb(24,207,203); }
td.TdClassName
{
border-color: #18CFCB;
}
.TagClassName
{
border-color: #18CFCB;
}
</style>