Shades of Aqua #1AFAFF
Tints of Aqua #1AFAFF
RGB
CMYK
RGB Variations
Color information
#1AFAFF (or 0x1AFAFF) is known color: Aqua. HEX triplet: 1A, FA and FF. RGB value is (26,250,255). Sum of RGB (Red+Green+Blue) = 26+250+255=531 (70% of max value = 765). Red value is 26 (10.55% from 255 or 4.90% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFAFF is #E50500. Grayscale: #B7B7B7. Windows color (decimal): -15009025 or 16775706. OLE color: 16775706.
HSL color Cylindrical-coordinate representation of color #1AFAFF: hue angle of 181.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AFAFF is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 250 | 255 | - |
| CMYK | 0.90 | 0.02 | 0 | 0 |
| HSL | 181.31º | 1% | 0.55% | - |
| HSV(B) | 181.31º | 0.9% | 1% | - |
| XYZ | 52.66 | 75.81 | 106.47 | - |
| YUV | 183.59 | 168.29 | 15.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 250 | 255 | 0.90 | 0.02 | 0 | 0 | 181.31 | 1 | 0.55 |
| Hex | 1A | FA | FF | 5A | 2 | 0 | 0 | B5 | 64 | 37 |
| Octal | 32 | 372 | 377 | 132 | 2 | 0 | 0 | 265 | 144 | 67 |
| Binary | 11010 | 11111010 | 11111111 | 1011010 | 10 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #1AFAFF
Complementary color
Monochromatic Colors of #1AFAFF
Black with #1AFAFF
Text Example
Text Example
White with #1AFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFAFF; }
p { color: rgb(26,250,255); }
H1.HeaderClassName
{
color: #1AFAFF;
}
.AnyTagClassName
{
color: #1AFAFF;
}
</style>
background-color css
<style>
a { background-color: #1AFAFF; }
a { background-color: rgb(26,250,255); }
div.DivClassName
{
background-color: #1AFAFF;
}
.BgClassName
{
background-color: #1AFAFF;
}
</style>
border-color css
<style>
span { border-color: #1AFAFF; }
span { border-color: rgb(26,250,255); }
td.TdClassName
{
border-color: #1AFAFF;
}
.TagClassName
{
border-color: #1AFAFF;
}
</style>