Shades of Aqua #18E2FF
Tints of Aqua #18E2FF
RGB
CMYK
RGB Variations
Color information
#18E2FF (or 0x18E2FF) is known color: Aqua. HEX triplet: 18, E2 and FF. RGB value is (24,226,255). Sum of RGB (Red+Green+Blue) = 24+226+255=505 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.75% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #18E2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E2FF is #E71D00. Grayscale: #A8A8A8. Windows color (decimal): -15146241 or 16769560. OLE color: 16769560.
HSL color Cylindrical-coordinate representation of color #18E2FF: hue angle of 187.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18E2FF is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 226 | 255 | - |
| CMYK | 0.91 | 0.11 | 0 | 0 |
| HSL | 187.53º | 1% | 0.55% | - |
| HSV(B) | 187.53º | 0.91% | 1% | - |
| XYZ | 45.62 | 61.81 | 104.13 | - |
| YUV | 168.91 | 176.58 | 24.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 255 | 0.91 | 0.11 | 0 | 0 | 187.53 | 1 | 0.55 |
| Hex | 18 | E2 | FF | 5B | B | 0 | 0 | BC | 64 | 37 |
| Octal | 30 | 342 | 377 | 133 | 13 | 0 | 0 | 274 | 144 | 67 |
| Binary | 11000 | 11100010 | 11111111 | 1011011 | 1011 | 0 | 0 | 10111100 | 1100100 | 110111 |
Color Harmonies of #18E2FF
Complementary color
Monochromatic Colors of #18E2FF
Black with #18E2FF
Text Example
Text Example
White with #18E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E2FF; }
p { color: rgb(24,226,255); }
H1.HeaderClassName
{
color: #18E2FF;
}
.AnyTagClassName
{
color: #18E2FF;
}
</style>
background-color css
<style>
a { background-color: #18E2FF; }
a { background-color: rgb(24,226,255); }
div.DivClassName
{
background-color: #18E2FF;
}
.BgClassName
{
background-color: #18E2FF;
}
</style>
border-color css
<style>
span { border-color: #18E2FF; }
span { border-color: rgb(24,226,255); }
td.TdClassName
{
border-color: #18E2FF;
}
.TagClassName
{
border-color: #18E2FF;
}
</style>