Shades of Deep Sky Blue #1DBFEF
Tints of Deep Sky Blue #1DBFEF
RGB
CMYK
RGB Variations
Color information
#1DBFEF (or 0x1DBFEF) is known color: Deep Sky Blue. HEX triplet: 1D, BF and EF. RGB value is (29,191,239). Sum of RGB (Red+Green+Blue) = 29+191+239=459 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.32% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DBFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBFEF is #E24010. Grayscale: #939393. Windows color (decimal): -14827537 or 15712029. OLE color: 15712029.
HSL color Cylindrical-coordinate representation of color #1DBFEF: hue angle of 193.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBFEF is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 191 | 239 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.06 |
| HSL | 193.71º | 0.87% | 0.53% | - |
| HSV(B) | 193.71º | 0.88% | 0.94% | - |
| XYZ | 34.72 | 43.75 | 88.28 | - |
| YUV | 148.03 | 179.33 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 239 | 0.88 | 0.20 | 0 | 0.06 | 193.71 | 0.87 | 0.53 |
| Hex | 1D | BF | EF | 58 | 14 | 0 | 6 | C2 | 57 | 35 |
| Octal | 35 | 277 | 357 | 130 | 24 | 0 | 6 | 302 | 127 | 65 |
| Binary | 11101 | 10111111 | 11101111 | 1011000 | 10100 | 0 | 110 | 11000010 | 1010111 | 110101 |
Color Harmonies of #1DBFEF
Complementary color
Monochromatic Colors of #1DBFEF
Black with #1DBFEF
Text Example
Text Example
White with #1DBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBFEF; }
p { color: rgb(29,191,239); }
H1.HeaderClassName
{
color: #1DBFEF;
}
.AnyTagClassName
{
color: #1DBFEF;
}
</style>
background-color css
<style>
a { background-color: #1DBFEF; }
a { background-color: rgb(29,191,239); }
div.DivClassName
{
background-color: #1DBFEF;
}
.BgClassName
{
background-color: #1DBFEF;
}
</style>
border-color css
<style>
span { border-color: #1DBFEF; }
span { border-color: rgb(29,191,239); }
td.TdClassName
{
border-color: #1DBFEF;
}
.TagClassName
{
border-color: #1DBFEF;
}
</style>