Shades of Aqua #18F0FC
Tints of Aqua #18F0FC
RGB
CMYK
RGB Variations
Color information
#18F0FC (or 0x18F0FC) is known color: Aqua. HEX triplet: 18, F0 and FC. RGB value is (24,240,252). Sum of RGB (Red+Green+Blue) = 24+240+252=516 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.65% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #18F0FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F0FC is #E70F03. Grayscale: #B0B0B0. Windows color (decimal): -15142660 or 16576536. OLE color: 16576536.
HSL color Cylindrical-coordinate representation of color #18F0FC: hue angle of 183.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F0FC is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 240 | 252 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.01 |
| HSL | 183.16º | 0.97% | 0.54% | - |
| HSV(B) | 183.16º | 0.9% | 0.99% | - |
| XYZ | 49.11 | 69.54 | 102.93 | - |
| YUV | 176.78 | 170.44 | 19.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 252 | 0.90 | 0.05 | 0 | 0.01 | 183.16 | 0.97 | 0.54 |
| Hex | 18 | F0 | FC | 5A | 5 | 0 | 1 | B7 | 61 | 36 |
| Octal | 30 | 360 | 374 | 132 | 5 | 0 | 1 | 267 | 141 | 66 |
| Binary | 11000 | 11110000 | 11111100 | 1011010 | 101 | 0 | 1 | 10110111 | 1100001 | 110110 |
Color Harmonies of #18F0FC
Complementary color
Monochromatic Colors of #18F0FC
Black with #18F0FC
Text Example
Text Example
White with #18F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F0FC; }
p { color: rgb(24,240,252); }
H1.HeaderClassName
{
color: #18F0FC;
}
.AnyTagClassName
{
color: #18F0FC;
}
</style>
background-color css
<style>
a { background-color: #18F0FC; }
a { background-color: rgb(24,240,252); }
div.DivClassName
{
background-color: #18F0FC;
}
.BgClassName
{
background-color: #18F0FC;
}
</style>
border-color css
<style>
span { border-color: #18F0FC; }
span { border-color: rgb(24,240,252); }
td.TdClassName
{
border-color: #18F0FC;
}
.TagClassName
{
border-color: #18F0FC;
}
</style>