Shades of Deep Sky Blue #1DBBFC
Tints of Deep Sky Blue #1DBBFC
RGB
CMYK
RGB Variations
Color information
#1DBBFC (or 0x1DBBFC) is known color: Deep Sky Blue. HEX triplet: 1D, BB and FC. RGB value is (29,187,252). Sum of RGB (Red+Green+Blue) = 29+187+252=468 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.20% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DBBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBBFC is #E24403. Grayscale: #929292. Windows color (decimal): -14828548 or 16562973. OLE color: 16562973.
HSL color Cylindrical-coordinate representation of color #1DBBFC: hue angle of 197.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBBFC is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 187 | 252 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.01 |
| HSL | 197.49º | 0.97% | 0.55% | - |
| HSV(B) | 197.49º | 0.88% | 0.99% | - |
| XYZ | 35.85 | 42.83 | 98.47 | - |
| YUV | 147.17 | 187.15 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 252 | 0.88 | 0.26 | 0 | 0.01 | 197.49 | 0.97 | 0.55 |
| Hex | 1D | BB | FC | 58 | 1A | 0 | 1 | C5 | 61 | 37 |
| Octal | 35 | 273 | 374 | 130 | 32 | 0 | 1 | 305 | 141 | 67 |
| Binary | 11101 | 10111011 | 11111100 | 1011000 | 11010 | 0 | 1 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1DBBFC
Complementary color
Monochromatic Colors of #1DBBFC
Black with #1DBBFC
Text Example
Text Example
White with #1DBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBFC; }
p { color: rgb(29,187,252); }
H1.HeaderClassName
{
color: #1DBBFC;
}
.AnyTagClassName
{
color: #1DBBFC;
}
</style>
background-color css
<style>
a { background-color: #1DBBFC; }
a { background-color: rgb(29,187,252); }
div.DivClassName
{
background-color: #1DBBFC;
}
.BgClassName
{
background-color: #1DBBFC;
}
</style>
border-color css
<style>
span { border-color: #1DBBFC; }
span { border-color: rgb(29,187,252); }
td.TdClassName
{
border-color: #1DBBFC;
}
.TagClassName
{
border-color: #1DBBFC;
}
</style>