Shades of Deep Sky Blue #1DBEF3
Tints of Deep Sky Blue #1DBEF3
RGB
CMYK
RGB Variations
Color information
#1DBEF3 (or 0x1DBEF3) is known color: Deep Sky Blue. HEX triplet: 1D, BE and F3. RGB value is (29,190,243). Sum of RGB (Red+Green+Blue) = 29+190+243=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #1DBEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBEF3 is #E2410C. Grayscale: #939393. Windows color (decimal): -14827789 or 15973917. OLE color: 15973917.
HSL color Cylindrical-coordinate representation of color #1DBEF3: hue angle of 194.86º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBEF3 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 190 | 243 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.05 |
| HSL | 194.86º | 0.9% | 0.53% | - |
| HSV(B) | 194.86º | 0.88% | 0.95% | - |
| XYZ | 35.1 | 43.56 | 91.35 | - |
| YUV | 147.9 | 181.66 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 243 | 0.88 | 0.22 | 0 | 0.05 | 194.86 | 0.9 | 0.53 |
| Hex | 1D | BE | F3 | 58 | 16 | 0 | 5 | C3 | 5A | 35 |
| Octal | 35 | 276 | 363 | 130 | 26 | 0 | 5 | 303 | 132 | 65 |
| Binary | 11101 | 10111110 | 11110011 | 1011000 | 10110 | 0 | 101 | 11000011 | 1011010 | 110101 |
Color Harmonies of #1DBEF3
Complementary color
Monochromatic Colors of #1DBEF3
Black with #1DBEF3
Text Example
Text Example
White with #1DBEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEF3; }
p { color: rgb(29,190,243); }
H1.HeaderClassName
{
color: #1DBEF3;
}
.AnyTagClassName
{
color: #1DBEF3;
}
</style>
background-color css
<style>
a { background-color: #1DBEF3; }
a { background-color: rgb(29,190,243); }
div.DivClassName
{
background-color: #1DBEF3;
}
.BgClassName
{
background-color: #1DBEF3;
}
</style>
border-color css
<style>
span { border-color: #1DBEF3; }
span { border-color: rgb(29,190,243); }
td.TdClassName
{
border-color: #1DBEF3;
}
.TagClassName
{
border-color: #1DBEF3;
}
</style>