Shades of Aqua #1DEDFD
Tints of Aqua #1DEDFD
RGB
CMYK
RGB Variations
Color information
#1DEDFD (or 0x1DEDFD) is known color: Aqua. HEX triplet: 1D, ED and FD. RGB value is (29,237,253). Sum of RGB (Red+Green+Blue) = 29+237+253=519 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.59% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DEDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEDFD is #E21202. Grayscale: #B0B0B0. Windows color (decimal): -14815747 or 16641309. OLE color: 16641309.
HSL color Cylindrical-coordinate representation of color #1DEDFD: hue angle of 184.29º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DEDFD is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 237 | 253 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.01 |
| HSL | 184.29º | 0.98% | 0.55% | - |
| HSV(B) | 184.29º | 0.89% | 0.99% | - |
| XYZ | 48.52 | 67.92 | 103.48 | - |
| YUV | 176.63 | 171.09 | 22.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 253 | 0.89 | 0.06 | 0 | 0.01 | 184.29 | 0.98 | 0.55 |
| Hex | 1D | ED | FD | 59 | 6 | 0 | 1 | B8 | 62 | 37 |
| Octal | 35 | 355 | 375 | 131 | 6 | 0 | 1 | 270 | 142 | 67 |
| Binary | 11101 | 11101101 | 11111101 | 1011001 | 110 | 0 | 1 | 10111000 | 1100010 | 110111 |
Color Harmonies of #1DEDFD
Complementary color
Monochromatic Colors of #1DEDFD
Black with #1DEDFD
Text Example
Text Example
White with #1DEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEDFD; }
p { color: rgb(29,237,253); }
H1.HeaderClassName
{
color: #1DEDFD;
}
.AnyTagClassName
{
color: #1DEDFD;
}
</style>
background-color css
<style>
a { background-color: #1DEDFD; }
a { background-color: rgb(29,237,253); }
div.DivClassName
{
background-color: #1DEDFD;
}
.BgClassName
{
background-color: #1DEDFD;
}
</style>
border-color css
<style>
span { border-color: #1DEDFD; }
span { border-color: rgb(29,237,253); }
td.TdClassName
{
border-color: #1DEDFD;
}
.TagClassName
{
border-color: #1DEDFD;
}
</style>