Shades of Aqua #18EDF9
Tints of Aqua #18EDF9
RGB
CMYK
RGB Variations
Color information
#18EDF9 (or 0x18EDF9) is known color: Aqua. HEX triplet: 18, ED and F9. RGB value is (24,237,249). Sum of RGB (Red+Green+Blue) = 24+237+249=510 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.71% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #18EDF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EDF9 is #E71206. Grayscale: #AEAEAE. Windows color (decimal): -15143431 or 16379160. OLE color: 16379160.
HSL color Cylindrical-coordinate representation of color #18EDF9: hue angle of 183.2º 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 #18EDF9 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 237 | 249 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.02 |
| HSL | 183.2º | 0.95% | 0.54% | - |
| HSV(B) | 183.2º | 0.9% | 0.98% | - |
| XYZ | 47.76 | 67.6 | 100.15 | - |
| YUV | 174.68 | 169.93 | 20.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 237 | 249 | 0.90 | 0.05 | 0 | 0.02 | 183.2 | 0.95 | 0.54 |
| Hex | 18 | ED | F9 | 5A | 5 | 0 | 2 | B7 | 5F | 36 |
| Octal | 30 | 355 | 371 | 132 | 5 | 0 | 2 | 267 | 137 | 66 |
| Binary | 11000 | 11101101 | 11111001 | 1011010 | 101 | 0 | 10 | 10110111 | 1011111 | 110110 |
Color Harmonies of #18EDF9
Complementary color
Monochromatic Colors of #18EDF9
Black with #18EDF9
Text Example
Text Example
White with #18EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EDF9; }
p { color: rgb(24,237,249); }
H1.HeaderClassName
{
color: #18EDF9;
}
.AnyTagClassName
{
color: #18EDF9;
}
</style>
background-color css
<style>
a { background-color: #18EDF9; }
a { background-color: rgb(24,237,249); }
div.DivClassName
{
background-color: #18EDF9;
}
.BgClassName
{
background-color: #18EDF9;
}
</style>
border-color css
<style>
span { border-color: #18EDF9; }
span { border-color: rgb(24,237,249); }
td.TdClassName
{
border-color: #18EDF9;
}
.TagClassName
{
border-color: #18EDF9;
}
</style>