Shades of Aqua #18F6FF
Tints of Aqua #18F6FF
RGB
CMYK
RGB Variations
Color information
#18F6FF (or 0x18F6FF) is known color: Aqua. HEX triplet: 18, F6 and FF. RGB value is (24,246,255). Sum of RGB (Red+Green+Blue) = 24+246+255=525 (69% of max value = 765). Red value is 24 (9.77% from 255 or 4.57% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #18F6FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F6FF is #E70900. Grayscale: #B4B4B4. Windows color (decimal): -15141121 or 16774680. OLE color: 16774680.
HSL color Cylindrical-coordinate representation of color #18F6FF: hue angle of 182.34º 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 #18F6FF is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 246 | 255 | - |
| CMYK | 0.91 | 0.04 | 0 | 0 |
| HSL | 182.34º | 1% | 0.55% | - |
| HSV(B) | 182.34º | 0.91% | 1% | - |
| XYZ | 51.38 | 73.33 | 106.05 | - |
| YUV | 180.65 | 169.95 | 16.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 255 | 0.91 | 0.04 | 0 | 0 | 182.34 | 1 | 0.55 |
| Hex | 18 | F6 | FF | 5B | 4 | 0 | 0 | B6 | 64 | 37 |
| Octal | 30 | 366 | 377 | 133 | 4 | 0 | 0 | 266 | 144 | 67 |
| Binary | 11000 | 11110110 | 11111111 | 1011011 | 100 | 0 | 0 | 10110110 | 1100100 | 110111 |
Color Harmonies of #18F6FF
Complementary color
Monochromatic Colors of #18F6FF
Black with #18F6FF
Text Example
Text Example
White with #18F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F6FF; }
p { color: rgb(24,246,255); }
H1.HeaderClassName
{
color: #18F6FF;
}
.AnyTagClassName
{
color: #18F6FF;
}
</style>
background-color css
<style>
a { background-color: #18F6FF; }
a { background-color: rgb(24,246,255); }
div.DivClassName
{
background-color: #18F6FF;
}
.BgClassName
{
background-color: #18F6FF;
}
</style>
border-color css
<style>
span { border-color: #18F6FF; }
span { border-color: rgb(24,246,255); }
td.TdClassName
{
border-color: #18F6FF;
}
.TagClassName
{
border-color: #18F6FF;
}
</style>