Shades of Deep Sky Blue #1DB7F1
Tints of Deep Sky Blue #1DB7F1
RGB
CMYK
RGB Variations
Color information
#1DB7F1 (or 0x1DB7F1) is known color: Deep Sky Blue. HEX triplet: 1D, B7 and F1. RGB value is (29,183,241). Sum of RGB (Red+Green+Blue) = 29+183+241=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DB7F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB7F1 is #E2480E. Grayscale: #8F8F8F. Windows color (decimal): -14829583 or 15841053. OLE color: 15841053.
HSL color Cylindrical-coordinate representation of color #1DB7F1: hue angle of 196.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB7F1 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 183 | 241 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.05 |
| HSL | 196.42º | 0.88% | 0.53% | - |
| HSV(B) | 196.42º | 0.88% | 0.95% | - |
| XYZ | 33.32 | 40.48 | 89.28 | - |
| YUV | 143.57 | 182.98 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 241 | 0.88 | 0.24 | 0 | 0.05 | 196.42 | 0.88 | 0.53 |
| Hex | 1D | B7 | F1 | 58 | 18 | 0 | 5 | C4 | 58 | 35 |
| Octal | 35 | 267 | 361 | 130 | 30 | 0 | 5 | 304 | 130 | 65 |
| Binary | 11101 | 10110111 | 11110001 | 1011000 | 11000 | 0 | 101 | 11000100 | 1011000 | 110101 |
Color Harmonies of #1DB7F1
Complementary color
Monochromatic Colors of #1DB7F1
Black with #1DB7F1
Text Example
Text Example
White with #1DB7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB7F1; }
p { color: rgb(29,183,241); }
H1.HeaderClassName
{
color: #1DB7F1;
}
.AnyTagClassName
{
color: #1DB7F1;
}
</style>
background-color css
<style>
a { background-color: #1DB7F1; }
a { background-color: rgb(29,183,241); }
div.DivClassName
{
background-color: #1DB7F1;
}
.BgClassName
{
background-color: #1DB7F1;
}
</style>
border-color css
<style>
span { border-color: #1DB7F1; }
span { border-color: rgb(29,183,241); }
td.TdClassName
{
border-color: #1DB7F1;
}
.TagClassName
{
border-color: #1DB7F1;
}
</style>