Shades of Aqua #1DF9F3
Tints of Aqua #1DF9F3
RGB
CMYK
RGB Variations
Color information
#1DF9F3 (or 0x1DF9F3) is known color: Aqua. HEX triplet: 1D, F9 and F3. RGB value is (29,249,243). Sum of RGB (Red+Green+Blue) = 29+249+243=521 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.57% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF9F3 is #E2060C. Grayscale: #B6B6B6. Windows color (decimal): -14812685 or 15989021. OLE color: 15989021.
HSL color Cylindrical-coordinate representation of color #1DF9F3: hue angle of 178.36º 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 #1DF9F3 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 243 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.02 |
| HSL | 178.36º | 0.95% | 0.55% | - |
| HSV(B) | 178.36º | 0.88% | 0.98% | - |
| XYZ | 50.56 | 74.48 | 96.51 | - |
| YUV | 182.54 | 162.11 | 18.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 243 | 0.88 | 0 | 0.02 | 0.02 | 178.36 | 0.95 | 0.55 |
| Hex | 1D | F9 | F3 | 58 | 0 | 2 | 2 | B2 | 5F | 37 |
| Octal | 35 | 371 | 363 | 130 | 0 | 2 | 2 | 262 | 137 | 67 |
| Binary | 11101 | 11111001 | 11110011 | 1011000 | 0 | 10 | 10 | 10110010 | 1011111 | 110111 |
Color Harmonies of #1DF9F3
Complementary color
Monochromatic Colors of #1DF9F3
Black with #1DF9F3
Text Example
Text Example
White with #1DF9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF9F3; }
p { color: rgb(29,249,243); }
H1.HeaderClassName
{
color: #1DF9F3;
}
.AnyTagClassName
{
color: #1DF9F3;
}
</style>
background-color css
<style>
a { background-color: #1DF9F3; }
a { background-color: rgb(29,249,243); }
div.DivClassName
{
background-color: #1DF9F3;
}
.BgClassName
{
background-color: #1DF9F3;
}
</style>
border-color css
<style>
span { border-color: #1DF9F3; }
span { border-color: rgb(29,249,243); }
td.TdClassName
{
border-color: #1DF9F3;
}
.TagClassName
{
border-color: #1DF9F3;
}
</style>