Shades of Aqua #18E3FE
Tints of Aqua #18E3FE
RGB
CMYK
RGB Variations
Color information
#18E3FE (or 0x18E3FE) is known color: Aqua. HEX triplet: 18, E3 and FE. RGB value is (24,227,254). Sum of RGB (Red+Green+Blue) = 24+227+254=505 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.75% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #18E3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E3FE is #E71C01. Grayscale: #A9A9A9. Windows color (decimal): -15145986 or 16704280. OLE color: 16704280.
HSL color Cylindrical-coordinate representation of color #18E3FE: hue angle of 187.04º 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 #18E3FE is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 227 | 254 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.00 |
| HSL | 187.04º | 0.99% | 0.55% | - |
| HSV(B) | 187.04º | 0.91% | 1% | - |
| XYZ | 45.74 | 62.29 | 103.38 | - |
| YUV | 169.38 | 175.75 | 24.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 227 | 254 | 0.91 | 0.11 | 0 | 0.00 | 187.04 | 0.99 | 0.55 |
| Hex | 18 | E3 | FE | 5B | B | 0 | 0 | BB | 63 | 37 |
| Octal | 30 | 343 | 376 | 133 | 13 | 0 | 0 | 273 | 143 | 67 |
| Binary | 11000 | 11100011 | 11111110 | 1011011 | 1011 | 0 | 0 | 10111011 | 1100011 | 110111 |
Color Harmonies of #18E3FE
Complementary color
Monochromatic Colors of #18E3FE
Black with #18E3FE
Text Example
Text Example
White with #18E3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E3FE; }
p { color: rgb(24,227,254); }
H1.HeaderClassName
{
color: #18E3FE;
}
.AnyTagClassName
{
color: #18E3FE;
}
</style>
background-color css
<style>
a { background-color: #18E3FE; }
a { background-color: rgb(24,227,254); }
div.DivClassName
{
background-color: #18E3FE;
}
.BgClassName
{
background-color: #18E3FE;
}
</style>
border-color css
<style>
span { border-color: #18E3FE; }
span { border-color: rgb(24,227,254); }
td.TdClassName
{
border-color: #18E3FE;
}
.TagClassName
{
border-color: #18E3FE;
}
</style>