Shades of Deep Sky Blue #1DBEFE
Tints of Deep Sky Blue #1DBEFE
RGB
CMYK
RGB Variations
Color information
#1DBEFE (or 0x1DBEFE) is known color: Deep Sky Blue. HEX triplet: 1D, BE and FE. RGB value is (29,190,254). Sum of RGB (Red+Green+Blue) = 29+190+254=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DBEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBEFE is #E24101. Grayscale: #949494. Windows color (decimal): -14827778 or 16694813. OLE color: 16694813.
HSL color Cylindrical-coordinate representation of color #1DBEFE: hue angle of 197.07º 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 #1DBEFE is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 190 | 254 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.00 |
| HSL | 197.07º | 0.99% | 0.55% | - |
| HSV(B) | 197.07º | 0.89% | 1% | - |
| XYZ | 36.81 | 44.24 | 100.37 | - |
| YUV | 149.16 | 187.16 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 254 | 0.89 | 0.25 | 0 | 0.00 | 197.07 | 0.99 | 0.55 |
| Hex | 1D | BE | FE | 59 | 19 | 0 | 0 | C5 | 63 | 37 |
| Octal | 35 | 276 | 376 | 131 | 31 | 0 | 0 | 305 | 143 | 67 |
| Binary | 11101 | 10111110 | 11111110 | 1011001 | 11001 | 0 | 0 | 11000101 | 1100011 | 110111 |
Color Harmonies of #1DBEFE
Complementary color
Monochromatic Colors of #1DBEFE
Black with #1DBEFE
Text Example
Text Example
White with #1DBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEFE; }
p { color: rgb(29,190,254); }
H1.HeaderClassName
{
color: #1DBEFE;
}
.AnyTagClassName
{
color: #1DBEFE;
}
</style>
background-color css
<style>
a { background-color: #1DBEFE; }
a { background-color: rgb(29,190,254); }
div.DivClassName
{
background-color: #1DBEFE;
}
.BgClassName
{
background-color: #1DBEFE;
}
</style>
border-color css
<style>
span { border-color: #1DBEFE; }
span { border-color: rgb(29,190,254); }
td.TdClassName
{
border-color: #1DBEFE;
}
.TagClassName
{
border-color: #1DBEFE;
}
</style>