Shades of Deep Sky Blue #1DBBFF
Tints of Deep Sky Blue #1DBBFF
RGB
CMYK
RGB Variations
Color information
#1DBBFF (or 0x1DBBFF) is known color: Deep Sky Blue. HEX triplet: 1D, BB and FF. RGB value is (29,187,255). Sum of RGB (Red+Green+Blue) = 29+187+255=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DBBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBBFF is #E24400. Grayscale: #939393. Windows color (decimal): -14828545 or 16759581. OLE color: 16759581.
HSL color Cylindrical-coordinate representation of color #1DBBFF: hue angle of 198.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBBFF is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 187 | 255 | - |
| CMYK | 0.89 | 0.27 | 0 | 0 |
| HSL | 198.05º | 1% | 0.56% | - |
| HSV(B) | 198.05º | 0.89% | 1% | - |
| XYZ | 36.33 | 43.02 | 101 | - |
| YUV | 147.51 | 188.65 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 255 | 0.89 | 0.27 | 0 | 0 | 198.05 | 1 | 0.56 |
| Hex | 1D | BB | FF | 59 | 1B | 0 | 0 | C6 | 64 | 38 |
| Octal | 35 | 273 | 377 | 131 | 33 | 0 | 0 | 306 | 144 | 70 |
| Binary | 11101 | 10111011 | 11111111 | 1011001 | 11011 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #1DBBFF
Complementary color
Monochromatic Colors of #1DBBFF
Black with #1DBBFF
Text Example
Text Example
White with #1DBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBFF; }
p { color: rgb(29,187,255); }
H1.HeaderClassName
{
color: #1DBBFF;
}
.AnyTagClassName
{
color: #1DBBFF;
}
</style>
background-color css
<style>
a { background-color: #1DBBFF; }
a { background-color: rgb(29,187,255); }
div.DivClassName
{
background-color: #1DBBFF;
}
.BgClassName
{
background-color: #1DBBFF;
}
</style>
border-color css
<style>
span { border-color: #1DBBFF; }
span { border-color: rgb(29,187,255); }
td.TdClassName
{
border-color: #1DBBFF;
}
.TagClassName
{
border-color: #1DBBFF;
}
</style>