Shades of Aqua #1AF6FD
Tints of Aqua #1AF6FD
RGB
CMYK
RGB Variations
Color information
#1AF6FD (or 0x1AF6FD) is known color: Aqua. HEX triplet: 1A, F6 and FD. RGB value is (26,246,253). Sum of RGB (Red+Green+Blue) = 26+246+253=525 (69% of max value = 765). Red value is 26 (10.55% from 255 or 4.95% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #1AF6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF6FD is #E50902. Grayscale: #B4B4B4. Windows color (decimal): -15010051 or 16643610. OLE color: 16643610.
HSL color Cylindrical-coordinate representation of color #1AF6FD: hue angle of 181.85º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF6FD is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 246 | 253 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.01 |
| HSL | 181.85º | 0.98% | 0.55% | - |
| HSV(B) | 181.85º | 0.9% | 0.99% | - |
| XYZ | 51.11 | 73.22 | 104.37 | - |
| YUV | 181.02 | 168.61 | 17.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 246 | 253 | 0.90 | 0.03 | 0 | 0.01 | 181.85 | 0.98 | 0.55 |
| Hex | 1A | F6 | FD | 5A | 3 | 0 | 1 | B6 | 62 | 37 |
| Octal | 32 | 366 | 375 | 132 | 3 | 0 | 1 | 266 | 142 | 67 |
| Binary | 11010 | 11110110 | 11111101 | 1011010 | 11 | 0 | 1 | 10110110 | 1100010 | 110111 |
Color Harmonies of #1AF6FD
Complementary color
Monochromatic Colors of #1AF6FD
Black with #1AF6FD
Text Example
Text Example
White with #1AF6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF6FD; }
p { color: rgb(26,246,253); }
H1.HeaderClassName
{
color: #1AF6FD;
}
.AnyTagClassName
{
color: #1AF6FD;
}
</style>
background-color css
<style>
a { background-color: #1AF6FD; }
a { background-color: rgb(26,246,253); }
div.DivClassName
{
background-color: #1AF6FD;
}
.BgClassName
{
background-color: #1AF6FD;
}
</style>
border-color css
<style>
span { border-color: #1AF6FD; }
span { border-color: rgb(26,246,253); }
td.TdClassName
{
border-color: #1AF6FD;
}
.TagClassName
{
border-color: #1AF6FD;
}
</style>