Shades of Deep Sky Blue #1DB7FA
Tints of Deep Sky Blue #1DB7FA
RGB
CMYK
RGB Variations
Color information
#1DB7FA (or 0x1DB7FA) is known color: Deep Sky Blue. HEX triplet: 1D, B7 and FA. RGB value is (29,183,250). Sum of RGB (Red+Green+Blue) = 29+183+250=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DB7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB7FA is #E24805. Grayscale: #909090. Windows color (decimal): -14829574 or 16430877. OLE color: 16430877.
HSL color Cylindrical-coordinate representation of color #1DB7FA: hue angle of 198.19º degrees, saturation: 0.96, 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 #1DB7FA is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 183 | 250 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.02 |
| HSL | 198.19º | 0.96% | 0.55% | - |
| HSV(B) | 198.19º | 0.88% | 0.98% | - |
| XYZ | 34.7 | 41.03 | 96.53 | - |
| YUV | 144.59 | 187.48 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 250 | 0.88 | 0.27 | 0 | 0.02 | 198.19 | 0.96 | 0.55 |
| Hex | 1D | B7 | FA | 58 | 1B | 0 | 2 | C6 | 60 | 37 |
| Octal | 35 | 267 | 372 | 130 | 33 | 0 | 2 | 306 | 140 | 67 |
| Binary | 11101 | 10110111 | 11111010 | 1011000 | 11011 | 0 | 10 | 11000110 | 1100000 | 110111 |
Color Harmonies of #1DB7FA
Complementary color
Monochromatic Colors of #1DB7FA
Black with #1DB7FA
Text Example
Text Example
White with #1DB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB7FA; }
p { color: rgb(29,183,250); }
H1.HeaderClassName
{
color: #1DB7FA;
}
.AnyTagClassName
{
color: #1DB7FA;
}
</style>
background-color css
<style>
a { background-color: #1DB7FA; }
a { background-color: rgb(29,183,250); }
div.DivClassName
{
background-color: #1DB7FA;
}
.BgClassName
{
background-color: #1DB7FA;
}
</style>
border-color css
<style>
span { border-color: #1DB7FA; }
span { border-color: rgb(29,183,250); }
td.TdClassName
{
border-color: #1DB7FA;
}
.TagClassName
{
border-color: #1DB7FA;
}
</style>