Shades of Aqua #1AFDFC
Tints of Aqua #1AFDFC
RGB
CMYK
RGB Variations
Color information
#1AFDFC (or 0x1AFDFC) is known color: Aqua. HEX triplet: 1A, FD and FC. RGB value is (26,253,252). Sum of RGB (Red+Green+Blue) = 26+253+252=531 (70% of max value = 765). Red value is 26 (10.55% from 255 or 4.90% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AFDFC is #E50203. Grayscale: #B8B8B8. Windows color (decimal): -15008260 or 16579866. OLE color: 16579866.
HSL color Cylindrical-coordinate representation of color #1AFDFC: hue angle of 179.74º 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 #1AFDFC is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 253 | 252 | - |
| CMYK | 0.90 | 0 | 0.00 | 0.01 |
| HSL | 179.74º | 0.98% | 0.55% | - |
| HSV(B) | 179.74º | 0.9% | 0.99% | - |
| XYZ | 53.12 | 77.5 | 104.25 | - |
| YUV | 185.01 | 165.79 | 14.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 253 | 252 | 0.90 | 0 | 0.00 | 0.01 | 179.74 | 0.98 | 0.55 |
| Hex | 1A | FD | FC | 5A | 0 | 0 | 1 | B4 | 62 | 37 |
| Octal | 32 | 375 | 374 | 132 | 0 | 0 | 1 | 264 | 142 | 67 |
| Binary | 11010 | 11111101 | 11111100 | 1011010 | 0 | 0 | 1 | 10110100 | 1100010 | 110111 |
Color Harmonies of #1AFDFC
Complementary color
Monochromatic Colors of #1AFDFC
Black with #1AFDFC
Text Example
Text Example
White with #1AFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AFDFC; }
p { color: rgb(26,253,252); }
H1.HeaderClassName
{
color: #1AFDFC;
}
.AnyTagClassName
{
color: #1AFDFC;
}
</style>
background-color css
<style>
a { background-color: #1AFDFC; }
a { background-color: rgb(26,253,252); }
div.DivClassName
{
background-color: #1AFDFC;
}
.BgClassName
{
background-color: #1AFDFC;
}
</style>
border-color css
<style>
span { border-color: #1AFDFC; }
span { border-color: rgb(26,253,252); }
td.TdClassName
{
border-color: #1AFDFC;
}
.TagClassName
{
border-color: #1AFDFC;
}
</style>