Shades of Aqua #1DEEFC
Tints of Aqua #1DEEFC
RGB
CMYK
RGB Variations
Color information
#1DEEFC (or 0x1DEEFC) is known color: Aqua. HEX triplet: 1D, EE and FC. RGB value is (29,238,252). Sum of RGB (Red+Green+Blue) = 29+238+252=519 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.59% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEEFC is #E21103. Grayscale: #B0B0B0. Windows color (decimal): -14815492 or 16576029. OLE color: 16576029.
HSL color Cylindrical-coordinate representation of color #1DEEFC: hue angle of 183.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEEFC is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 238 | 252 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.01 |
| HSL | 183.77º | 0.97% | 0.55% | - |
| HSV(B) | 183.77º | 0.88% | 0.99% | - |
| XYZ | 48.65 | 68.44 | 102.74 | - |
| YUV | 177.11 | 170.26 | 22.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 252 | 0.88 | 0.06 | 0 | 0.01 | 183.77 | 0.97 | 0.55 |
| Hex | 1D | EE | FC | 58 | 6 | 0 | 1 | B8 | 61 | 37 |
| Octal | 35 | 356 | 374 | 130 | 6 | 0 | 1 | 270 | 141 | 67 |
| Binary | 11101 | 11101110 | 11111100 | 1011000 | 110 | 0 | 1 | 10111000 | 1100001 | 110111 |
Color Harmonies of #1DEEFC
Complementary color
Monochromatic Colors of #1DEEFC
Black with #1DEEFC
Text Example
Text Example
White with #1DEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEEFC; }
p { color: rgb(29,238,252); }
H1.HeaderClassName
{
color: #1DEEFC;
}
.AnyTagClassName
{
color: #1DEEFC;
}
</style>
background-color css
<style>
a { background-color: #1DEEFC; }
a { background-color: rgb(29,238,252); }
div.DivClassName
{
background-color: #1DEEFC;
}
.BgClassName
{
background-color: #1DEEFC;
}
</style>
border-color css
<style>
span { border-color: #1DEEFC; }
span { border-color: rgb(29,238,252); }
td.TdClassName
{
border-color: #1DEEFC;
}
.TagClassName
{
border-color: #1DEEFC;
}
</style>