Shades of Aqua #18F3FF
Tints of Aqua #18F3FF
RGB
CMYK
RGB Variations
Color information
#18F3FF (or 0x18F3FF) is known color: Aqua. HEX triplet: 18, F3 and FF. RGB value is (24,243,255). Sum of RGB (Red+Green+Blue) = 24+243+255=522 (69% of max value = 765). Red value is 24 (9.77% from 255 or 4.60% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #18F3FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F3FF is #E70C00. Grayscale: #B2B2B2. Windows color (decimal): -15141889 or 16773912. OLE color: 16773912.
HSL color Cylindrical-coordinate representation of color #18F3FF: hue angle of 183.12º 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 #18F3FF is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 243 | 255 | - |
| CMYK | 0.91 | 0.05 | 0 | 0 |
| HSL | 183.12º | 1% | 0.55% | - |
| HSV(B) | 183.12º | 0.91% | 1% | - |
| XYZ | 50.48 | 71.52 | 105.75 | - |
| YUV | 178.89 | 170.95 | 17.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 243 | 255 | 0.91 | 0.05 | 0 | 0 | 183.12 | 1 | 0.55 |
| Hex | 18 | F3 | FF | 5B | 5 | 0 | 0 | B7 | 64 | 37 |
| Octal | 30 | 363 | 377 | 133 | 5 | 0 | 0 | 267 | 144 | 67 |
| Binary | 11000 | 11110011 | 11111111 | 1011011 | 101 | 0 | 0 | 10110111 | 1100100 | 110111 |
Color Harmonies of #18F3FF
Complementary color
Monochromatic Colors of #18F3FF
Black with #18F3FF
Text Example
Text Example
White with #18F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F3FF; }
p { color: rgb(24,243,255); }
H1.HeaderClassName
{
color: #18F3FF;
}
.AnyTagClassName
{
color: #18F3FF;
}
</style>
background-color css
<style>
a { background-color: #18F3FF; }
a { background-color: rgb(24,243,255); }
div.DivClassName
{
background-color: #18F3FF;
}
.BgClassName
{
background-color: #18F3FF;
}
</style>
border-color css
<style>
span { border-color: #18F3FF; }
span { border-color: rgb(24,243,255); }
td.TdClassName
{
border-color: #18F3FF;
}
.TagClassName
{
border-color: #18F3FF;
}
</style>