Shades of Deep Sky Blue #1DD0FB
Tints of Deep Sky Blue #1DD0FB
RGB
CMYK
RGB Variations
Color information
#1DD0FB (or 0x1DD0FB) is known color: Deep Sky Blue. HEX triplet: 1D, D0 and FB. RGB value is (29,208,251). Sum of RGB (Red+Green+Blue) = 29+208+251=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #1DD0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD0FB is #E22F04. Grayscale: #9F9F9F. Windows color (decimal): -14823173 or 16502813. OLE color: 16502813.
HSL color Cylindrical-coordinate representation of color #1DD0FB: hue angle of 191.62º degrees, saturation: 0.97, 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 #1DD0FB is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 208 | 251 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.02 |
| HSL | 191.62º | 0.97% | 0.55% | - |
| HSV(B) | 191.62º | 0.88% | 0.98% | - |
| XYZ | 40.48 | 52.34 | 99.24 | - |
| YUV | 159.38 | 179.7 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 251 | 0.88 | 0.17 | 0 | 0.02 | 191.62 | 0.97 | 0.55 |
| Hex | 1D | D0 | FB | 58 | 11 | 0 | 2 | C0 | 61 | 37 |
| Octal | 35 | 320 | 373 | 130 | 21 | 0 | 2 | 300 | 141 | 67 |
| Binary | 11101 | 11010000 | 11111011 | 1011000 | 10001 | 0 | 10 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1DD0FB
Complementary color
Monochromatic Colors of #1DD0FB
Black with #1DD0FB
Text Example
Text Example
White with #1DD0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD0FB; }
p { color: rgb(29,208,251); }
H1.HeaderClassName
{
color: #1DD0FB;
}
.AnyTagClassName
{
color: #1DD0FB;
}
</style>
background-color css
<style>
a { background-color: #1DD0FB; }
a { background-color: rgb(29,208,251); }
div.DivClassName
{
background-color: #1DD0FB;
}
.BgClassName
{
background-color: #1DD0FB;
}
</style>
border-color css
<style>
span { border-color: #1DD0FB; }
span { border-color: rgb(29,208,251); }
td.TdClassName
{
border-color: #1DD0FB;
}
.TagClassName
{
border-color: #1DD0FB;
}
</style>