Shades of Deep Sky Blue #1DB4FC
Tints of Deep Sky Blue #1DB4FC
RGB
CMYK
RGB Variations
Color information
#1DB4FC (or 0x1DB4FC) is known color: Deep Sky Blue. HEX triplet: 1D, B4 and FC. RGB value is (29,180,252). Sum of RGB (Red+Green+Blue) = 29+180+252=461 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.29% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DB4FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DB4FC is #E24B03. Grayscale: #8E8E8E. Windows color (decimal): -14830340 or 16561181. OLE color: 16561181.
HSL color Cylindrical-coordinate representation of color #1DB4FC: hue angle of 199.37º 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 #1DB4FC is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 180 | 252 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.01 |
| HSL | 199.37º | 0.97% | 0.55% | - |
| HSV(B) | 199.37º | 0.88% | 0.99% | - |
| XYZ | 34.4 | 39.93 | 97.99 | - |
| YUV | 143.06 | 189.47 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 252 | 0.88 | 0.29 | 0 | 0.01 | 199.37 | 0.97 | 0.55 |
| Hex | 1D | B4 | FC | 58 | 1D | 0 | 1 | C7 | 61 | 37 |
| Octal | 35 | 264 | 374 | 130 | 35 | 0 | 1 | 307 | 141 | 67 |
| Binary | 11101 | 10110100 | 11111100 | 1011000 | 11101 | 0 | 1 | 11000111 | 1100001 | 110111 |
Color Harmonies of #1DB4FC
Complementary color
Monochromatic Colors of #1DB4FC
Black with #1DB4FC
Text Example
Text Example
White with #1DB4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4FC; }
p { color: rgb(29,180,252); }
H1.HeaderClassName
{
color: #1DB4FC;
}
.AnyTagClassName
{
color: #1DB4FC;
}
</style>
background-color css
<style>
a { background-color: #1DB4FC; }
a { background-color: rgb(29,180,252); }
div.DivClassName
{
background-color: #1DB4FC;
}
.BgClassName
{
background-color: #1DB4FC;
}
</style>
border-color css
<style>
span { border-color: #1DB4FC; }
span { border-color: rgb(29,180,252); }
td.TdClassName
{
border-color: #1DB4FC;
}
.TagClassName
{
border-color: #1DB4FC;
}
</style>