Shades of Deep Sky Blue #1DBDFF
Tints of Deep Sky Blue #1DBDFF
RGB
CMYK
RGB Variations
Color information
#1DBDFF (or 0x1DBDFF) is known color: Deep Sky Blue. HEX triplet: 1D, BD and FF. RGB value is (29,189,255). Sum of RGB (Red+Green+Blue) = 29+189+255=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DBDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBDFF is #E24200. Grayscale: #949494. Windows color (decimal): -14828033 or 16760093. OLE color: 16760093.
HSL color Cylindrical-coordinate representation of color #1DBDFF: hue angle of 197.52º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBDFF is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 189 | 255 | - |
| CMYK | 0.89 | 0.26 | 0 | 0 |
| HSL | 197.52º | 1% | 0.56% | - |
| HSV(B) | 197.52º | 0.89% | 1% | - |
| XYZ | 36.75 | 43.88 | 101.14 | - |
| YUV | 148.68 | 187.99 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 255 | 0.89 | 0.26 | 0 | 0 | 197.52 | 1 | 0.56 |
| Hex | 1D | BD | FF | 59 | 1A | 0 | 0 | C6 | 64 | 38 |
| Octal | 35 | 275 | 377 | 131 | 32 | 0 | 0 | 306 | 144 | 70 |
| Binary | 11101 | 10111101 | 11111111 | 1011001 | 11010 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #1DBDFF
Complementary color
Monochromatic Colors of #1DBDFF
Black with #1DBDFF
Text Example
Text Example
White with #1DBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBDFF; }
p { color: rgb(29,189,255); }
H1.HeaderClassName
{
color: #1DBDFF;
}
.AnyTagClassName
{
color: #1DBDFF;
}
</style>
background-color css
<style>
a { background-color: #1DBDFF; }
a { background-color: rgb(29,189,255); }
div.DivClassName
{
background-color: #1DBDFF;
}
.BgClassName
{
background-color: #1DBDFF;
}
</style>
border-color css
<style>
span { border-color: #1DBDFF; }
span { border-color: rgb(29,189,255); }
td.TdClassName
{
border-color: #1DBDFF;
}
.TagClassName
{
border-color: #1DBDFF;
}
</style>