Shades of Deep Sky Blue #1DD8FC
Tints of Deep Sky Blue #1DD8FC
RGB
CMYK
RGB Variations
Color information
#1DD8FC (or 0x1DD8FC) is known color: Deep Sky Blue. HEX triplet: 1D, D8 and FC. RGB value is (29,216,252). Sum of RGB (Red+Green+Blue) = 29+216+252=497 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.84% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DD8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD8FC is #E22703. Grayscale: #A3A3A3. Windows color (decimal): -14821124 or 16570397. OLE color: 16570397.
HSL color Cylindrical-coordinate representation of color #1DD8FC: hue angle of 189.69º 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 #1DD8FC is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 216 | 252 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.01 |
| HSL | 189.69º | 0.97% | 0.55% | - |
| HSV(B) | 189.69º | 0.88% | 0.99% | - |
| XYZ | 42.63 | 56.4 | 100.74 | - |
| YUV | 164.19 | 177.55 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 252 | 0.88 | 0.14 | 0 | 0.01 | 189.69 | 0.97 | 0.55 |
| Hex | 1D | D8 | FC | 58 | E | 0 | 1 | BE | 61 | 37 |
| Octal | 35 | 330 | 374 | 130 | 16 | 0 | 1 | 276 | 141 | 67 |
| Binary | 11101 | 11011000 | 11111100 | 1011000 | 1110 | 0 | 1 | 10111110 | 1100001 | 110111 |
Color Harmonies of #1DD8FC
Complementary color
Monochromatic Colors of #1DD8FC
Black with #1DD8FC
Text Example
Text Example
White with #1DD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD8FC; }
p { color: rgb(29,216,252); }
H1.HeaderClassName
{
color: #1DD8FC;
}
.AnyTagClassName
{
color: #1DD8FC;
}
</style>
background-color css
<style>
a { background-color: #1DD8FC; }
a { background-color: rgb(29,216,252); }
div.DivClassName
{
background-color: #1DD8FC;
}
.BgClassName
{
background-color: #1DD8FC;
}
</style>
border-color css
<style>
span { border-color: #1DD8FC; }
span { border-color: rgb(29,216,252); }
td.TdClassName
{
border-color: #1DD8FC;
}
.TagClassName
{
border-color: #1DD8FC;
}
</style>