Shades of Aqua #12FAFF
Tints of Aqua #12FAFF
RGB
CMYK
RGB Variations
Color information
#12FAFF (or 0x12FAFF) is known color: Aqua. HEX triplet: 12, FA and FF. RGB value is (18,250,255). Sum of RGB (Red+Green+Blue) = 18+250+255=523 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.44% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #12FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FAFF is #ED0500. Grayscale: #B4B4B4. Windows color (decimal): -15533313 or 16775698. OLE color: 16775698.
HSL color Cylindrical-coordinate representation of color #12FAFF: hue angle of 181.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FAFF is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 250 | 255 | - |
| CMYK | 0.93 | 0.02 | 0 | 0 |
| HSL | 181.27º | 1% | 0.54% | - |
| HSV(B) | 181.27º | 0.93% | 1% | - |
| XYZ | 52.49 | 75.72 | 106.46 | - |
| YUV | 181.2 | 169.64 | 11.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 250 | 255 | 0.93 | 0.02 | 0 | 0 | 181.27 | 1 | 0.54 |
| Hex | 12 | FA | FF | 5D | 2 | 0 | 0 | B5 | 64 | 36 |
| Octal | 22 | 372 | 377 | 135 | 2 | 0 | 0 | 265 | 144 | 66 |
| Binary | 10010 | 11111010 | 11111111 | 1011101 | 10 | 0 | 0 | 10110101 | 1100100 | 110110 |
Color Harmonies of #12FAFF
Complementary color
Monochromatic Colors of #12FAFF
Black with #12FAFF
Text Example
Text Example
White with #12FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FAFF; }
p { color: rgb(18,250,255); }
H1.HeaderClassName
{
color: #12FAFF;
}
.AnyTagClassName
{
color: #12FAFF;
}
</style>
background-color css
<style>
a { background-color: #12FAFF; }
a { background-color: rgb(18,250,255); }
div.DivClassName
{
background-color: #12FAFF;
}
.BgClassName
{
background-color: #12FAFF;
}
</style>
border-color css
<style>
span { border-color: #12FAFF; }
span { border-color: rgb(18,250,255); }
td.TdClassName
{
border-color: #12FAFF;
}
.TagClassName
{
border-color: #12FAFF;
}
</style>