Shades of Aqua #18F2FD
Tints of Aqua #18F2FD
RGB
CMYK
RGB Variations
Color information
#18F2FD (or 0x18F2FD) is known color: Aqua. HEX triplet: 18, F2 and FD. RGB value is (24,242,253). Sum of RGB (Red+Green+Blue) = 24+242+253=519 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.62% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #18F2FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F2FD is #E70D02. Grayscale: #B1B1B1. Windows color (decimal): -15142147 or 16642584. OLE color: 16642584.
HSL color Cylindrical-coordinate representation of color #18F2FD: hue angle of 182.88º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18F2FD is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 242 | 253 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.01 |
| HSL | 182.88º | 0.98% | 0.54% | - |
| HSV(B) | 182.88º | 0.91% | 0.99% | - |
| XYZ | 49.86 | 70.79 | 103.96 | - |
| YUV | 178.07 | 170.28 | 18.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 253 | 0.91 | 0.04 | 0 | 0.01 | 182.88 | 0.98 | 0.54 |
| Hex | 18 | F2 | FD | 5B | 4 | 0 | 1 | B7 | 62 | 36 |
| Octal | 30 | 362 | 375 | 133 | 4 | 0 | 1 | 267 | 142 | 66 |
| Binary | 11000 | 11110010 | 11111101 | 1011011 | 100 | 0 | 1 | 10110111 | 1100010 | 110110 |
Color Harmonies of #18F2FD
Complementary color
Monochromatic Colors of #18F2FD
Black with #18F2FD
Text Example
Text Example
White with #18F2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F2FD; }
p { color: rgb(24,242,253); }
H1.HeaderClassName
{
color: #18F2FD;
}
.AnyTagClassName
{
color: #18F2FD;
}
</style>
background-color css
<style>
a { background-color: #18F2FD; }
a { background-color: rgb(24,242,253); }
div.DivClassName
{
background-color: #18F2FD;
}
.BgClassName
{
background-color: #18F2FD;
}
</style>
border-color css
<style>
span { border-color: #18F2FD; }
span { border-color: rgb(24,242,253); }
td.TdClassName
{
border-color: #18F2FD;
}
.TagClassName
{
border-color: #18F2FD;
}
</style>