Shades of Deep Sky Blue #1DBFF7
Tints of Deep Sky Blue #1DBFF7
RGB
CMYK
RGB Variations
Color information
#1DBFF7 (or 0x1DBFF7) is known color: Deep Sky Blue. HEX triplet: 1D, BF and F7. RGB value is (29,191,247). Sum of RGB (Red+Green+Blue) = 29+191+247=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #1DBFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFF7 is #E24008. Grayscale: #949494. Windows color (decimal): -14827529 or 16236317. OLE color: 16236317.
HSL color Cylindrical-coordinate representation of color #1DBFF7: hue angle of 195.41º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBFF7 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 191 | 247 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.03 |
| HSL | 195.41º | 0.93% | 0.54% | - |
| HSV(B) | 195.41º | 0.88% | 0.97% | - |
| XYZ | 35.93 | 44.24 | 94.64 | - |
| YUV | 148.95 | 183.33 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 247 | 0.88 | 0.23 | 0 | 0.03 | 195.41 | 0.93 | 0.54 |
| Hex | 1D | BF | F7 | 58 | 17 | 0 | 3 | C3 | 5D | 36 |
| Octal | 35 | 277 | 367 | 130 | 27 | 0 | 3 | 303 | 135 | 66 |
| Binary | 11101 | 10111111 | 11110111 | 1011000 | 10111 | 0 | 11 | 11000011 | 1011101 | 110110 |
Color Harmonies of #1DBFF7
Complementary color
Monochromatic Colors of #1DBFF7
Black with #1DBFF7
Text Example
Text Example
White with #1DBFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFF7; }
p { color: rgb(29,191,247); }
H1.HeaderClassName
{
color: #1DBFF7;
}
.AnyTagClassName
{
color: #1DBFF7;
}
</style>
background-color css
<style>
a { background-color: #1DBFF7; }
a { background-color: rgb(29,191,247); }
div.DivClassName
{
background-color: #1DBFF7;
}
.BgClassName
{
background-color: #1DBFF7;
}
</style>
border-color css
<style>
span { border-color: #1DBFF7; }
span { border-color: rgb(29,191,247); }
td.TdClassName
{
border-color: #1DBFF7;
}
.TagClassName
{
border-color: #1DBFF7;
}
</style>