Shades of Deep Sky Blue #1DB1F8
Tints of Deep Sky Blue #1DB1F8
RGB
CMYK
RGB Variations
Color information
#1DB1F8 (or 0x1DB1F8) is known color: Deep Sky Blue. HEX triplet: 1D, B1 and F8. RGB value is (29,177,248). Sum of RGB (Red+Green+Blue) = 29+177+248=454 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.39% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #1DB1F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DB1F8 is #E24E07. Grayscale: #8C8C8C. Windows color (decimal): -14831112 or 16298269. OLE color: 16298269.
HSL color Cylindrical-coordinate representation of color #1DB1F8: hue angle of 199.45º degrees, saturation: 0.94, 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 #1DB1F8 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 177 | 248 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.03 |
| HSL | 199.45º | 0.94% | 0.54% | - |
| HSV(B) | 199.45º | 0.88% | 0.97% | - |
| XYZ | 33.17 | 38.48 | 94.49 | - |
| YUV | 140.84 | 188.47 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 248 | 0.88 | 0.29 | 0 | 0.03 | 199.45 | 0.94 | 0.54 |
| Hex | 1D | B1 | F8 | 58 | 1D | 0 | 3 | C7 | 5E | 36 |
| Octal | 35 | 261 | 370 | 130 | 35 | 0 | 3 | 307 | 136 | 66 |
| Binary | 11101 | 10110001 | 11111000 | 1011000 | 11101 | 0 | 11 | 11000111 | 1011110 | 110110 |
Color Harmonies of #1DB1F8
Complementary color
Monochromatic Colors of #1DB1F8
Black with #1DB1F8
Text Example
Text Example
White with #1DB1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB1F8; }
p { color: rgb(29,177,248); }
H1.HeaderClassName
{
color: #1DB1F8;
}
.AnyTagClassName
{
color: #1DB1F8;
}
</style>
background-color css
<style>
a { background-color: #1DB1F8; }
a { background-color: rgb(29,177,248); }
div.DivClassName
{
background-color: #1DB1F8;
}
.BgClassName
{
background-color: #1DB1F8;
}
</style>
border-color css
<style>
span { border-color: #1DB1F8; }
span { border-color: rgb(29,177,248); }
td.TdClassName
{
border-color: #1DB1F8;
}
.TagClassName
{
border-color: #1DB1F8;
}
</style>