Shades of Deep Sky Blue #1DD6FB
Tints of Deep Sky Blue #1DD6FB
RGB
CMYK
RGB Variations
Color information
#1DD6FB (or 0x1DD6FB) is known color: Deep Sky Blue. HEX triplet: 1D, D6 and FB. RGB value is (29,214,251). Sum of RGB (Red+Green+Blue) = 29+214+251=494 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.87% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #1DD6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD6FB is #E22904. Grayscale: #A2A2A2. Windows color (decimal): -14821637 or 16504349. OLE color: 16504349.
HSL color Cylindrical-coordinate representation of color #1DD6FB: hue angle of 190º 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 #1DD6FB is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 214 | 251 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.02 |
| HSL | 190º | 0.97% | 0.55% | - |
| HSV(B) | 190º | 0.88% | 0.98% | - |
| XYZ | 41.97 | 55.32 | 99.73 | - |
| YUV | 162.9 | 177.71 | 32.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 251 | 0.88 | 0.15 | 0 | 0.02 | 190 | 0.97 | 0.55 |
| Hex | 1D | D6 | FB | 58 | F | 0 | 2 | BE | 61 | 37 |
| Octal | 35 | 326 | 373 | 130 | 17 | 0 | 2 | 276 | 141 | 67 |
| Binary | 11101 | 11010110 | 11111011 | 1011000 | 1111 | 0 | 10 | 10111110 | 1100001 | 110111 |
Color Harmonies of #1DD6FB
Complementary color
Monochromatic Colors of #1DD6FB
Black with #1DD6FB
Text Example
Text Example
White with #1DD6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD6FB; }
p { color: rgb(29,214,251); }
H1.HeaderClassName
{
color: #1DD6FB;
}
.AnyTagClassName
{
color: #1DD6FB;
}
</style>
background-color css
<style>
a { background-color: #1DD6FB; }
a { background-color: rgb(29,214,251); }
div.DivClassName
{
background-color: #1DD6FB;
}
.BgClassName
{
background-color: #1DD6FB;
}
</style>
border-color css
<style>
span { border-color: #1DD6FB; }
span { border-color: rgb(29,214,251); }
td.TdClassName
{
border-color: #1DD6FB;
}
.TagClassName
{
border-color: #1DD6FB;
}
</style>