Shades of Deep Sky Blue #1DBDF3
Tints of Deep Sky Blue #1DBDF3
RGB
CMYK
RGB Variations
Color information
#1DBDF3 (or 0x1DBDF3) is known color: Deep Sky Blue. HEX triplet: 1D, BD and F3. RGB value is (29,189,243). Sum of RGB (Red+Green+Blue) = 29+189+243=461 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.29% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #1DBDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDF3 is #E2420C. Grayscale: #929292. Windows color (decimal): -14828045 or 15973661. OLE color: 15973661.
HSL color Cylindrical-coordinate representation of color #1DBDF3: hue angle of 195.14º 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 #1DBDF3 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 189 | 243 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.05 |
| HSL | 195.14º | 0.9% | 0.53% | - |
| HSV(B) | 195.14º | 0.88% | 0.95% | - |
| XYZ | 34.88 | 43.13 | 91.28 | - |
| YUV | 147.32 | 181.99 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 243 | 0.88 | 0.22 | 0 | 0.05 | 195.14 | 0.9 | 0.53 |
| Hex | 1D | BD | F3 | 58 | 16 | 0 | 5 | C3 | 5A | 35 |
| Octal | 35 | 275 | 363 | 130 | 26 | 0 | 5 | 303 | 132 | 65 |
| Binary | 11101 | 10111101 | 11110011 | 1011000 | 10110 | 0 | 101 | 11000011 | 1011010 | 110101 |
Color Harmonies of #1DBDF3
Complementary color
Monochromatic Colors of #1DBDF3
Black with #1DBDF3
Text Example
Text Example
White with #1DBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDF3; }
p { color: rgb(29,189,243); }
H1.HeaderClassName
{
color: #1DBDF3;
}
.AnyTagClassName
{
color: #1DBDF3;
}
</style>
background-color css
<style>
a { background-color: #1DBDF3; }
a { background-color: rgb(29,189,243); }
div.DivClassName
{
background-color: #1DBDF3;
}
.BgClassName
{
background-color: #1DBDF3;
}
</style>
border-color css
<style>
span { border-color: #1DBDF3; }
span { border-color: rgb(29,189,243); }
td.TdClassName
{
border-color: #1DBDF3;
}
.TagClassName
{
border-color: #1DBDF3;
}
</style>