Shades of Aqua #1DF6FA
Tints of Aqua #1DF6FA
RGB
CMYK
RGB Variations
Color information
#1DF6FA (or 0x1DF6FA) is known color: Aqua. HEX triplet: 1D, F6 and FA. RGB value is (29,246,250). Sum of RGB (Red+Green+Blue) = 29+246+250=525 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.52% from 525); Green value is 246 (96.48% from 255 or 46.86% 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 #1DF6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF6FA is #E20905. Grayscale: #B5B5B5. Windows color (decimal): -14813446 or 16447005. OLE color: 16447005.
HSL color Cylindrical-coordinate representation of color #1DF6FA: hue angle of 181.09º 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 #1DF6FA is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 246 | 250 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.02 |
| HSL | 181.09º | 0.96% | 0.55% | - |
| HSV(B) | 181.09º | 0.88% | 0.98% | - |
| XYZ | 50.72 | 73.07 | 101.87 | - |
| YUV | 181.57 | 166.61 | 19.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 250 | 0.88 | 0.02 | 0 | 0.02 | 181.09 | 0.96 | 0.55 |
| Hex | 1D | F6 | FA | 58 | 2 | 0 | 2 | B5 | 60 | 37 |
| Octal | 35 | 366 | 372 | 130 | 2 | 0 | 2 | 265 | 140 | 67 |
| Binary | 11101 | 11110110 | 11111010 | 1011000 | 10 | 0 | 10 | 10110101 | 1100000 | 110111 |
Color Harmonies of #1DF6FA
Complementary color
Monochromatic Colors of #1DF6FA
Black with #1DF6FA
Text Example
Text Example
White with #1DF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF6FA; }
p { color: rgb(29,246,250); }
H1.HeaderClassName
{
color: #1DF6FA;
}
.AnyTagClassName
{
color: #1DF6FA;
}
</style>
background-color css
<style>
a { background-color: #1DF6FA; }
a { background-color: rgb(29,246,250); }
div.DivClassName
{
background-color: #1DF6FA;
}
.BgClassName
{
background-color: #1DF6FA;
}
</style>
border-color css
<style>
span { border-color: #1DF6FA; }
span { border-color: rgb(29,246,250); }
td.TdClassName
{
border-color: #1DF6FA;
}
.TagClassName
{
border-color: #1DF6FA;
}
</style>