Shades of Aqua #1DF0FF
Tints of Aqua #1DF0FF
RGB
CMYK
RGB Variations
Color information
#1DF0FF (or 0x1DF0FF) is known color: Aqua. HEX triplet: 1D, F0 and FF. RGB value is (29,240,255). Sum of RGB (Red+Green+Blue) = 29+240+255=524 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.53% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DF0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF0FF is #E20F00. Grayscale: #B2B2B2. Windows color (decimal): -14814977 or 16773149. OLE color: 16773149.
HSL color Cylindrical-coordinate representation of color #1DF0FF: hue angle of 183.98º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DF0FF is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 240 | 255 | - |
| CMYK | 0.89 | 0.06 | 0 | 0 |
| HSL | 183.98º | 1% | 0.56% | - |
| HSV(B) | 183.98º | 0.89% | 1% | - |
| XYZ | 49.72 | 69.8 | 105.46 | - |
| YUV | 178.62 | 171.1 | 21.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 255 | 0.89 | 0.06 | 0 | 0 | 183.98 | 1 | 0.56 |
| Hex | 1D | F0 | FF | 59 | 6 | 0 | 0 | B8 | 64 | 38 |
| Octal | 35 | 360 | 377 | 131 | 6 | 0 | 0 | 270 | 144 | 70 |
| Binary | 11101 | 11110000 | 11111111 | 1011001 | 110 | 0 | 0 | 10111000 | 1100100 | 111000 |
Color Harmonies of #1DF0FF
Complementary color
Monochromatic Colors of #1DF0FF
Black with #1DF0FF
Text Example
Text Example
White with #1DF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF0FF; }
p { color: rgb(29,240,255); }
H1.HeaderClassName
{
color: #1DF0FF;
}
.AnyTagClassName
{
color: #1DF0FF;
}
</style>
background-color css
<style>
a { background-color: #1DF0FF; }
a { background-color: rgb(29,240,255); }
div.DivClassName
{
background-color: #1DF0FF;
}
.BgClassName
{
background-color: #1DF0FF;
}
</style>
border-color css
<style>
span { border-color: #1DF0FF; }
span { border-color: rgb(29,240,255); }
td.TdClassName
{
border-color: #1DF0FF;
}
.TagClassName
{
border-color: #1DF0FF;
}
</style>