Shades of Aqua #18ECFE
Tints of Aqua #18ECFE
RGB
CMYK
RGB Variations
Color information
#18ECFE (or 0x18ECFE) is known color: Aqua. HEX triplet: 18, EC and FE. RGB value is (24,236,254). Sum of RGB (Red+Green+Blue) = 24+236+254=514 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.67% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #18ECFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18ECFE is #E71301. Grayscale: #AEAEAE. Windows color (decimal): -15143682 or 16706584. OLE color: 16706584.
HSL color Cylindrical-coordinate representation of color #18ECFE: hue angle of 184.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18ECFE is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 236 | 254 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.00 |
| HSL | 184.7º | 0.99% | 0.55% | - |
| HSV(B) | 184.7º | 0.91% | 1% | - |
| XYZ | 48.26 | 67.34 | 104.22 | - |
| YUV | 174.66 | 172.76 | 20.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 254 | 0.91 | 0.07 | 0 | 0.00 | 184.7 | 0.99 | 0.55 |
| Hex | 18 | EC | FE | 5B | 7 | 0 | 0 | B9 | 63 | 37 |
| Octal | 30 | 354 | 376 | 133 | 7 | 0 | 0 | 271 | 143 | 67 |
| Binary | 11000 | 11101100 | 11111110 | 1011011 | 111 | 0 | 0 | 10111001 | 1100011 | 110111 |
Color Harmonies of #18ECFE
Complementary color
Monochromatic Colors of #18ECFE
Black with #18ECFE
Text Example
Text Example
White with #18ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECFE; }
p { color: rgb(24,236,254); }
H1.HeaderClassName
{
color: #18ECFE;
}
.AnyTagClassName
{
color: #18ECFE;
}
</style>
background-color css
<style>
a { background-color: #18ECFE; }
a { background-color: rgb(24,236,254); }
div.DivClassName
{
background-color: #18ECFE;
}
.BgClassName
{
background-color: #18ECFE;
}
</style>
border-color css
<style>
span { border-color: #18ECFE; }
span { border-color: rgb(24,236,254); }
td.TdClassName
{
border-color: #18ECFE;
}
.TagClassName
{
border-color: #18ECFE;
}
</style>