Shades of Aqua #1DF9F5
Tints of Aqua #1DF9F5
RGB
CMYK
RGB Variations
Color information
#1DF9F5 (or 0x1DF9F5) is known color: Aqua. HEX triplet: 1D, F9 and F5. RGB value is (29,249,245). Sum of RGB (Red+Green+Blue) = 29+249+245=523 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.54% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF9F5 is #E2060A. Grayscale: #B6B6B6. Windows color (decimal): -14812683 or 16120093. OLE color: 16120093.
HSL color Cylindrical-coordinate representation of color #1DF9F5: hue angle of 178.91º degrees, saturation: 0.95, 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 #1DF9F5 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 245 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.02 |
| HSL | 178.91º | 0.95% | 0.55% | - |
| HSV(B) | 178.91º | 0.88% | 0.98% | - |
| XYZ | 50.86 | 74.61 | 98.11 | - |
| YUV | 182.76 | 163.11 | 18.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 245 | 0.88 | 0 | 0.02 | 0.02 | 178.91 | 0.95 | 0.55 |
| Hex | 1D | F9 | F5 | 58 | 0 | 2 | 2 | B3 | 5F | 37 |
| Octal | 35 | 371 | 365 | 130 | 0 | 2 | 2 | 263 | 137 | 67 |
| Binary | 11101 | 11111001 | 11110101 | 1011000 | 0 | 10 | 10 | 10110011 | 1011111 | 110111 |
Color Harmonies of #1DF9F5
Complementary color
Monochromatic Colors of #1DF9F5
Black with #1DF9F5
Text Example
Text Example
White with #1DF9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF9F5; }
p { color: rgb(29,249,245); }
H1.HeaderClassName
{
color: #1DF9F5;
}
.AnyTagClassName
{
color: #1DF9F5;
}
</style>
background-color css
<style>
a { background-color: #1DF9F5; }
a { background-color: rgb(29,249,245); }
div.DivClassName
{
background-color: #1DF9F5;
}
.BgClassName
{
background-color: #1DF9F5;
}
</style>
border-color css
<style>
span { border-color: #1DF9F5; }
span { border-color: rgb(29,249,245); }
td.TdClassName
{
border-color: #1DF9F5;
}
.TagClassName
{
border-color: #1DF9F5;
}
</style>