Shades of Deep Sky Blue #1DBDF2
Tints of Deep Sky Blue #1DBDF2
RGB
CMYK
RGB Variations
Color information
#1DBDF2 (or 0x1DBDF2) is known color: Deep Sky Blue. HEX triplet: 1D, BD and F2. RGB value is (29,189,242). Sum of RGB (Red+Green+Blue) = 29+189+242=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DBDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDF2 is #E2420D. Grayscale: #929292. Windows color (decimal): -14828046 or 15908125. OLE color: 15908125.
HSL color Cylindrical-coordinate representation of color #1DBDF2: hue angle of 194.93º degrees, saturation: 0.89, 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 #1DBDF2 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 189 | 242 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.05 |
| HSL | 194.93º | 0.89% | 0.53% | - |
| HSV(B) | 194.93º | 0.88% | 0.95% | - |
| XYZ | 34.73 | 43.07 | 90.49 | - |
| YUV | 147.2 | 181.49 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 242 | 0.88 | 0.22 | 0 | 0.05 | 194.93 | 0.89 | 0.53 |
| Hex | 1D | BD | F2 | 58 | 16 | 0 | 5 | C3 | 59 | 35 |
| Octal | 35 | 275 | 362 | 130 | 26 | 0 | 5 | 303 | 131 | 65 |
| Binary | 11101 | 10111101 | 11110010 | 1011000 | 10110 | 0 | 101 | 11000011 | 1011001 | 110101 |
Color Harmonies of #1DBDF2
Complementary color
Monochromatic Colors of #1DBDF2
Black with #1DBDF2
Text Example
Text Example
White with #1DBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDF2; }
p { color: rgb(29,189,242); }
H1.HeaderClassName
{
color: #1DBDF2;
}
.AnyTagClassName
{
color: #1DBDF2;
}
</style>
background-color css
<style>
a { background-color: #1DBDF2; }
a { background-color: rgb(29,189,242); }
div.DivClassName
{
background-color: #1DBDF2;
}
.BgClassName
{
background-color: #1DBDF2;
}
</style>
border-color css
<style>
span { border-color: #1DBDF2; }
span { border-color: rgb(29,189,242); }
td.TdClassName
{
border-color: #1DBDF2;
}
.TagClassName
{
border-color: #1DBDF2;
}
</style>