Shades of Aqua #18ECF9
Tints of Aqua #18ECF9
RGB
CMYK
RGB Variations
Color information
#18ECF9 (or 0x18ECF9) is known color: Aqua. HEX triplet: 18, EC and F9. RGB value is (24,236,249). Sum of RGB (Red+Green+Blue) = 24+236+249=509 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.72% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #18ECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18ECF9 is #E71306. Grayscale: #ADADAD. Windows color (decimal): -15143687 or 16378904. OLE color: 16378904.
HSL color Cylindrical-coordinate representation of color #18ECF9: hue angle of 183.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ECF9 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 236 | 249 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.02 |
| HSL | 183.47º | 0.95% | 0.54% | - |
| HSV(B) | 183.47º | 0.9% | 0.98% | - |
| XYZ | 47.47 | 67.02 | 100.06 | - |
| YUV | 174.09 | 170.26 | 20.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 249 | 0.90 | 0.05 | 0 | 0.02 | 183.47 | 0.95 | 0.54 |
| Hex | 18 | EC | F9 | 5A | 5 | 0 | 2 | B7 | 5F | 36 |
| Octal | 30 | 354 | 371 | 132 | 5 | 0 | 2 | 267 | 137 | 66 |
| Binary | 11000 | 11101100 | 11111001 | 1011010 | 101 | 0 | 10 | 10110111 | 1011111 | 110110 |
Color Harmonies of #18ECF9
Complementary color
Monochromatic Colors of #18ECF9
Black with #18ECF9
Text Example
Text Example
White with #18ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECF9; }
p { color: rgb(24,236,249); }
H1.HeaderClassName
{
color: #18ECF9;
}
.AnyTagClassName
{
color: #18ECF9;
}
</style>
background-color css
<style>
a { background-color: #18ECF9; }
a { background-color: rgb(24,236,249); }
div.DivClassName
{
background-color: #18ECF9;
}
.BgClassName
{
background-color: #18ECF9;
}
</style>
border-color css
<style>
span { border-color: #18ECF9; }
span { border-color: rgb(24,236,249); }
td.TdClassName
{
border-color: #18ECF9;
}
.TagClassName
{
border-color: #18ECF9;
}
</style>