Shades of Aqua #1AF9FA
Tints of Aqua #1AF9FA
RGB
CMYK
RGB Variations
Color information
#1AF9FA (or 0x1AF9FA) is known color: Aqua. HEX triplet: 1A, F9 and FA. RGB value is (26,249,250). Sum of RGB (Red+Green+Blue) = 26+249+250=525 (69% of max value = 765). Red value is 26 (10.55% from 255 or 4.95% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #1AF9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AF9FA is #E50605. Grayscale: #B6B6B6. Windows color (decimal): -15009286 or 16447770. OLE color: 16447770.
HSL color Cylindrical-coordinate representation of color #1AF9FA: hue angle of 180.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AF9FA is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 249 | 250 | - |
| CMYK | 0.90 | 0.00 | 0 | 0.02 |
| HSL | 180.27º | 0.96% | 0.54% | - |
| HSV(B) | 180.27º | 0.9% | 0.98% | - |
| XYZ | 51.56 | 74.87 | 102.18 | - |
| YUV | 182.44 | 166.12 | 16.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 249 | 250 | 0.90 | 0.00 | 0 | 0.02 | 180.27 | 0.96 | 0.54 |
| Hex | 1A | F9 | FA | 5A | 0 | 0 | 2 | B4 | 60 | 36 |
| Octal | 32 | 371 | 372 | 132 | 0 | 0 | 2 | 264 | 140 | 66 |
| Binary | 11010 | 11111001 | 11111010 | 1011010 | 0 | 0 | 10 | 10110100 | 1100000 | 110110 |
Color Harmonies of #1AF9FA
Complementary color
Monochromatic Colors of #1AF9FA
Black with #1AF9FA
Text Example
Text Example
White with #1AF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF9FA; }
p { color: rgb(26,249,250); }
H1.HeaderClassName
{
color: #1AF9FA;
}
.AnyTagClassName
{
color: #1AF9FA;
}
</style>
background-color css
<style>
a { background-color: #1AF9FA; }
a { background-color: rgb(26,249,250); }
div.DivClassName
{
background-color: #1AF9FA;
}
.BgClassName
{
background-color: #1AF9FA;
}
</style>
border-color css
<style>
span { border-color: #1AF9FA; }
span { border-color: rgb(26,249,250); }
td.TdClassName
{
border-color: #1AF9FA;
}
.TagClassName
{
border-color: #1AF9FA;
}
</style>