Shades of Aqua #1DF7FA
Tints of Aqua #1DF7FA
RGB
CMYK
RGB Variations
Color information
#1DF7FA (or 0x1DF7FA) is known color: Aqua. HEX triplet: 1D, F7 and FA. RGB value is (29,247,250). Sum of RGB (Red+Green+Blue) = 29+247+250=526 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.51% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DF7FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF7FA is #E20805. Grayscale: #B5B5B5. Windows color (decimal): -14813190 or 16447261. OLE color: 16447261.
HSL color Cylindrical-coordinate representation of color #1DF7FA: hue angle of 180.81º 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 #1DF7FA is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 247 | 250 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.02 |
| HSL | 180.81º | 0.96% | 0.55% | - |
| HSV(B) | 180.81º | 0.88% | 0.98% | - |
| XYZ | 51.02 | 73.68 | 101.98 | - |
| YUV | 182.16 | 166.28 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 250 | 0.88 | 0.01 | 0 | 0.02 | 180.81 | 0.96 | 0.55 |
| Hex | 1D | F7 | FA | 58 | 1 | 0 | 2 | B5 | 60 | 37 |
| Octal | 35 | 367 | 372 | 130 | 1 | 0 | 2 | 265 | 140 | 67 |
| Binary | 11101 | 11110111 | 11111010 | 1011000 | 1 | 0 | 10 | 10110101 | 1100000 | 110111 |
Color Harmonies of #1DF7FA
Complementary color
Monochromatic Colors of #1DF7FA
Black with #1DF7FA
Text Example
Text Example
White with #1DF7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF7FA; }
p { color: rgb(29,247,250); }
H1.HeaderClassName
{
color: #1DF7FA;
}
.AnyTagClassName
{
color: #1DF7FA;
}
</style>
background-color css
<style>
a { background-color: #1DF7FA; }
a { background-color: rgb(29,247,250); }
div.DivClassName
{
background-color: #1DF7FA;
}
.BgClassName
{
background-color: #1DF7FA;
}
</style>
border-color css
<style>
span { border-color: #1DF7FA; }
span { border-color: rgb(29,247,250); }
td.TdClassName
{
border-color: #1DF7FA;
}
.TagClassName
{
border-color: #1DF7FA;
}
</style>