Shades of Deep Sky Blue #1DDAFE
Tints of Deep Sky Blue #1DDAFE
RGB
CMYK
RGB Variations
Color information
#1DDAFE (or 0x1DDAFE) is known color: Deep Sky Blue. HEX triplet: 1D, DA and FE. RGB value is (29,218,254). Sum of RGB (Red+Green+Blue) = 29+218+254=501 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.79% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDAFE is #E22501. Grayscale: #A5A5A5. Windows color (decimal): -14820610 or 16701981. OLE color: 16701981.
HSL color Cylindrical-coordinate representation of color #1DDAFE: hue angle of 189.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DDAFE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 218 | 254 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.00 |
| HSL | 189.6º | 0.99% | 0.55% | - |
| HSV(B) | 189.6º | 0.89% | 1% | - |
| XYZ | 43.47 | 57.56 | 102.59 | - |
| YUV | 165.59 | 177.88 | 30.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 218 | 254 | 0.89 | 0.14 | 0 | 0.00 | 189.6 | 0.99 | 0.55 |
| Hex | 1D | DA | FE | 59 | E | 0 | 0 | BE | 63 | 37 |
| Octal | 35 | 332 | 376 | 131 | 16 | 0 | 0 | 276 | 143 | 67 |
| Binary | 11101 | 11011010 | 11111110 | 1011001 | 1110 | 0 | 0 | 10111110 | 1100011 | 110111 |
Color Harmonies of #1DDAFE
Complementary color
Monochromatic Colors of #1DDAFE
Black with #1DDAFE
Text Example
Text Example
White with #1DDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDAFE; }
p { color: rgb(29,218,254); }
H1.HeaderClassName
{
color: #1DDAFE;
}
.AnyTagClassName
{
color: #1DDAFE;
}
</style>
background-color css
<style>
a { background-color: #1DDAFE; }
a { background-color: rgb(29,218,254); }
div.DivClassName
{
background-color: #1DDAFE;
}
.BgClassName
{
background-color: #1DDAFE;
}
</style>
border-color css
<style>
span { border-color: #1DDAFE; }
span { border-color: rgb(29,218,254); }
td.TdClassName
{
border-color: #1DDAFE;
}
.TagClassName
{
border-color: #1DDAFE;
}
</style>