Shades of Aqua #1DF1FA
Tints of Aqua #1DF1FA
RGB
CMYK
RGB Variations
Color information
#1DF1FA (or 0x1DF1FA) is known color: Aqua. HEX triplet: 1D, F1 and FA. RGB value is (29,241,250). Sum of RGB (Red+Green+Blue) = 29+241+250=520 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.58% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DF1FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF1FA is #E20E05. Grayscale: #B2B2B2. Windows color (decimal): -14814726 or 16445725. OLE color: 16445725.
HSL color Cylindrical-coordinate representation of color #1DF1FA: hue angle of 182.44º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF1FA is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 241 | 250 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.02 |
| HSL | 182.44º | 0.96% | 0.55% | - |
| HSV(B) | 182.44º | 0.88% | 0.98% | - |
| XYZ | 49.22 | 70.07 | 101.37 | - |
| YUV | 178.64 | 168.26 | 21.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 250 | 0.88 | 0.04 | 0 | 0.02 | 182.44 | 0.96 | 0.55 |
| Hex | 1D | F1 | FA | 58 | 4 | 0 | 2 | B6 | 60 | 37 |
| Octal | 35 | 361 | 372 | 130 | 4 | 0 | 2 | 266 | 140 | 67 |
| Binary | 11101 | 11110001 | 11111010 | 1011000 | 100 | 0 | 10 | 10110110 | 1100000 | 110111 |
Color Harmonies of #1DF1FA
Complementary color
Monochromatic Colors of #1DF1FA
Black with #1DF1FA
Text Example
Text Example
White with #1DF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF1FA; }
p { color: rgb(29,241,250); }
H1.HeaderClassName
{
color: #1DF1FA;
}
.AnyTagClassName
{
color: #1DF1FA;
}
</style>
background-color css
<style>
a { background-color: #1DF1FA; }
a { background-color: rgb(29,241,250); }
div.DivClassName
{
background-color: #1DF1FA;
}
.BgClassName
{
background-color: #1DF1FA;
}
</style>
border-color css
<style>
span { border-color: #1DF1FA; }
span { border-color: rgb(29,241,250); }
td.TdClassName
{
border-color: #1DF1FA;
}
.TagClassName
{
border-color: #1DF1FA;
}
</style>