Shades of Aqua #1DF1F6
Tints of Aqua #1DF1F6
RGB
CMYK
RGB Variations
Color information
#1DF1F6 (or 0x1DF1F6) is known color: Aqua. HEX triplet: 1D, F1 and F6. RGB value is (29,241,246). Sum of RGB (Red+Green+Blue) = 29+241+246=516 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.62% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #1DF1F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF1F6 is #E20E09. Grayscale: #B1B1B1. Windows color (decimal): -14814730 or 16183581. OLE color: 16183581.
HSL color Cylindrical-coordinate representation of color #1DF1F6: hue angle of 181.38º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF1F6 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 241 | 246 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.04 |
| HSL | 181.38º | 0.92% | 0.54% | - |
| HSV(B) | 181.38º | 0.88% | 0.96% | - |
| XYZ | 48.6 | 69.83 | 98.11 | - |
| YUV | 178.18 | 166.26 | 21.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 246 | 0.88 | 0.02 | 0 | 0.04 | 181.38 | 0.92 | 0.54 |
| Hex | 1D | F1 | F6 | 58 | 2 | 0 | 4 | B5 | 5C | 36 |
| Octal | 35 | 361 | 366 | 130 | 2 | 0 | 4 | 265 | 134 | 66 |
| Binary | 11101 | 11110001 | 11110110 | 1011000 | 10 | 0 | 100 | 10110101 | 1011100 | 110110 |
Color Harmonies of #1DF1F6
Complementary color
Monochromatic Colors of #1DF1F6
Black with #1DF1F6
Text Example
Text Example
White with #1DF1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF1F6; }
p { color: rgb(29,241,246); }
H1.HeaderClassName
{
color: #1DF1F6;
}
.AnyTagClassName
{
color: #1DF1F6;
}
</style>
background-color css
<style>
a { background-color: #1DF1F6; }
a { background-color: rgb(29,241,246); }
div.DivClassName
{
background-color: #1DF1F6;
}
.BgClassName
{
background-color: #1DF1F6;
}
</style>
border-color css
<style>
span { border-color: #1DF1F6; }
span { border-color: rgb(29,241,246); }
td.TdClassName
{
border-color: #1DF1F6;
}
.TagClassName
{
border-color: #1DF1F6;
}
</style>