Shades of Aqua #18ECF8
Tints of Aqua #18ECF8
RGB
CMYK
RGB Variations
Color information
#18ECF8 (or 0x18ECF8) is known color: Aqua. HEX triplet: 18, EC and F8. RGB value is (24,236,248). Sum of RGB (Red+Green+Blue) = 24+236+248=508 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.72% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #18ECF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18ECF8 is #E71307. Grayscale: #ADADAD. Windows color (decimal): -15143688 or 16313368. OLE color: 16313368.
HSL color Cylindrical-coordinate representation of color #18ECF8: hue angle of 183.21º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ECF8 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 236 | 248 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.03 |
| HSL | 183.21º | 0.94% | 0.53% | - |
| HSV(B) | 183.21º | 0.9% | 0.97% | - |
| XYZ | 47.32 | 66.96 | 99.24 | - |
| YUV | 173.98 | 169.76 | 21.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 248 | 0.90 | 0.05 | 0 | 0.03 | 183.21 | 0.94 | 0.53 |
| Hex | 18 | EC | F8 | 5A | 5 | 0 | 3 | B7 | 5E | 35 |
| Octal | 30 | 354 | 370 | 132 | 5 | 0 | 3 | 267 | 136 | 65 |
| Binary | 11000 | 11101100 | 11111000 | 1011010 | 101 | 0 | 11 | 10110111 | 1011110 | 110101 |
Color Harmonies of #18ECF8
Complementary color
Monochromatic Colors of #18ECF8
Black with #18ECF8
Text Example
Text Example
White with #18ECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECF8; }
p { color: rgb(24,236,248); }
H1.HeaderClassName
{
color: #18ECF8;
}
.AnyTagClassName
{
color: #18ECF8;
}
</style>
background-color css
<style>
a { background-color: #18ECF8; }
a { background-color: rgb(24,236,248); }
div.DivClassName
{
background-color: #18ECF8;
}
.BgClassName
{
background-color: #18ECF8;
}
</style>
border-color css
<style>
span { border-color: #18ECF8; }
span { border-color: rgb(24,236,248); }
td.TdClassName
{
border-color: #18ECF8;
}
.TagClassName
{
border-color: #18ECF8;
}
</style>