Shades of Aqua #1AFDFF
Tints of Aqua #1AFDFF
RGB
CMYK
RGB Variations
Color information
#1AFDFF (or 0x1AFDFF) is known color: Aqua. HEX triplet: 1A, FD and FF. RGB value is (26,253,255). Sum of RGB (Red+Green+Blue) = 26+253+255=534 (70% of max value = 765). Red value is 26 (10.55% from 255 or 4.87% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AFDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFDFF is #E50200. Grayscale: #B9B9B9. Windows color (decimal): -15008257 or 16776474. OLE color: 16776474.
HSL color Cylindrical-coordinate representation of color #1AFDFF: hue angle of 180.52º 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 #1AFDFF is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 253 | 255 | - |
| CMYK | 0.90 | 0.01 | 0 | 0 |
| HSL | 180.52º | 1% | 0.55% | - |
| HSV(B) | 180.52º | 0.9% | 1% | - |
| XYZ | 53.6 | 77.69 | 106.78 | - |
| YUV | 185.36 | 167.29 | 14.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 255 | 0.90 | 0.01 | 0 | 0 | 180.52 | 1 | 0.55 |
| Hex | 1A | FD | FF | 5A | 1 | 0 | 0 | B5 | 64 | 37 |
| Octal | 32 | 375 | 377 | 132 | 1 | 0 | 0 | 265 | 144 | 67 |
| Binary | 11010 | 11111101 | 11111111 | 1011010 | 1 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #1AFDFF
Complementary color
Monochromatic Colors of #1AFDFF
Black with #1AFDFF
Text Example
Text Example
White with #1AFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDFF; }
p { color: rgb(26,253,255); }
H1.HeaderClassName
{
color: #1AFDFF;
}
.AnyTagClassName
{
color: #1AFDFF;
}
</style>
background-color css
<style>
a { background-color: #1AFDFF; }
a { background-color: rgb(26,253,255); }
div.DivClassName
{
background-color: #1AFDFF;
}
.BgClassName
{
background-color: #1AFDFF;
}
</style>
border-color css
<style>
span { border-color: #1AFDFF; }
span { border-color: rgb(26,253,255); }
td.TdClassName
{
border-color: #1AFDFF;
}
.TagClassName
{
border-color: #1AFDFF;
}
</style>