Shades of Aqua #18F5FD
Tints of Aqua #18F5FD
RGB
CMYK
RGB Variations
Color information
#18F5FD (or 0x18F5FD) is known color: Aqua. HEX triplet: 18, F5 and FD. RGB value is (24,245,253). Sum of RGB (Red+Green+Blue) = 24+245+253=522 (69% of max value = 765). Red value is 24 (9.77% from 255 or 4.60% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #18F5FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F5FD is #E70A02. Grayscale: #B3B3B3. Windows color (decimal): -15141379 or 16643352. OLE color: 16643352.
HSL color Cylindrical-coordinate representation of color #18F5FD: hue angle of 182.1º 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 #18F5FD is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 245 | 253 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.01 |
| HSL | 182.1º | 0.98% | 0.54% | - |
| HSV(B) | 182.1º | 0.91% | 0.99% | - |
| XYZ | 50.76 | 72.59 | 104.26 | - |
| YUV | 179.83 | 169.28 | 16.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 245 | 253 | 0.91 | 0.03 | 0 | 0.01 | 182.1 | 0.98 | 0.54 |
| Hex | 18 | F5 | FD | 5B | 3 | 0 | 1 | B6 | 62 | 36 |
| Octal | 30 | 365 | 375 | 133 | 3 | 0 | 1 | 266 | 142 | 66 |
| Binary | 11000 | 11110101 | 11111101 | 1011011 | 11 | 0 | 1 | 10110110 | 1100010 | 110110 |
Color Harmonies of #18F5FD
Complementary color
Monochromatic Colors of #18F5FD
Black with #18F5FD
Text Example
Text Example
White with #18F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F5FD; }
p { color: rgb(24,245,253); }
H1.HeaderClassName
{
color: #18F5FD;
}
.AnyTagClassName
{
color: #18F5FD;
}
</style>
background-color css
<style>
a { background-color: #18F5FD; }
a { background-color: rgb(24,245,253); }
div.DivClassName
{
background-color: #18F5FD;
}
.BgClassName
{
background-color: #18F5FD;
}
</style>
border-color css
<style>
span { border-color: #18F5FD; }
span { border-color: rgb(24,245,253); }
td.TdClassName
{
border-color: #18F5FD;
}
.TagClassName
{
border-color: #18F5FD;
}
</style>