Shades of Deep Sky Blue #1DBBFE
Tints of Deep Sky Blue #1DBBFE
RGB
CMYK
RGB Variations
Color information
#1DBBFE (or 0x1DBBFE) is known color: Deep Sky Blue. HEX triplet: 1D, BB and FE. RGB value is (29,187,254). Sum of RGB (Red+Green+Blue) = 29+187+254=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DBBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBBFE is #E24401. Grayscale: #929292. Windows color (decimal): -14828546 or 16694045. OLE color: 16694045.
HSL color Cylindrical-coordinate representation of color #1DBBFE: hue angle of 197.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBBFE is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 187 | 254 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.00 |
| HSL | 197.87º | 0.99% | 0.55% | - |
| HSV(B) | 197.87º | 0.89% | 1% | - |
| XYZ | 36.17 | 42.96 | 100.15 | - |
| YUV | 147.4 | 188.15 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 254 | 0.89 | 0.26 | 0 | 0.00 | 197.87 | 0.99 | 0.55 |
| Hex | 1D | BB | FE | 59 | 1A | 0 | 0 | C6 | 63 | 37 |
| Octal | 35 | 273 | 376 | 131 | 32 | 0 | 0 | 306 | 143 | 67 |
| Binary | 11101 | 10111011 | 11111110 | 1011001 | 11010 | 0 | 0 | 11000110 | 1100011 | 110111 |
Color Harmonies of #1DBBFE
Complementary color
Monochromatic Colors of #1DBBFE
Black with #1DBBFE
Text Example
Text Example
White with #1DBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBFE; }
p { color: rgb(29,187,254); }
H1.HeaderClassName
{
color: #1DBBFE;
}
.AnyTagClassName
{
color: #1DBBFE;
}
</style>
background-color css
<style>
a { background-color: #1DBBFE; }
a { background-color: rgb(29,187,254); }
div.DivClassName
{
background-color: #1DBBFE;
}
.BgClassName
{
background-color: #1DBBFE;
}
</style>
border-color css
<style>
span { border-color: #1DBBFE; }
span { border-color: rgb(29,187,254); }
td.TdClassName
{
border-color: #1DBBFE;
}
.TagClassName
{
border-color: #1DBBFE;
}
</style>