Shades of Deep Sky Blue #1DBCF3
Tints of Deep Sky Blue #1DBCF3
RGB
CMYK
RGB Variations
Color information
#1DBCF3 (or 0x1DBCF3) is known color: Deep Sky Blue. HEX triplet: 1D, BC and F3. RGB value is (29,188,243). Sum of RGB (Red+Green+Blue) = 29+188+243=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #1DBCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBCF3 is #E2430C. Grayscale: #929292. Windows color (decimal): -14828301 or 15973405. OLE color: 15973405.
HSL color Cylindrical-coordinate representation of color #1DBCF3: hue angle of 195.42º 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 #1DBCF3 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 188 | 243 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.05 |
| HSL | 195.42º | 0.9% | 0.53% | - |
| HSV(B) | 195.42º | 0.88% | 0.95% | - |
| XYZ | 34.67 | 42.7 | 91.21 | - |
| YUV | 146.73 | 182.32 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 243 | 0.88 | 0.23 | 0 | 0.05 | 195.42 | 0.9 | 0.53 |
| Hex | 1D | BC | F3 | 58 | 17 | 0 | 5 | C3 | 5A | 35 |
| Octal | 35 | 274 | 363 | 130 | 27 | 0 | 5 | 303 | 132 | 65 |
| Binary | 11101 | 10111100 | 11110011 | 1011000 | 10111 | 0 | 101 | 11000011 | 1011010 | 110101 |
Color Harmonies of #1DBCF3
Complementary color
Monochromatic Colors of #1DBCF3
Black with #1DBCF3
Text Example
Text Example
White with #1DBCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBCF3; }
p { color: rgb(29,188,243); }
H1.HeaderClassName
{
color: #1DBCF3;
}
.AnyTagClassName
{
color: #1DBCF3;
}
</style>
background-color css
<style>
a { background-color: #1DBCF3; }
a { background-color: rgb(29,188,243); }
div.DivClassName
{
background-color: #1DBCF3;
}
.BgClassName
{
background-color: #1DBCF3;
}
</style>
border-color css
<style>
span { border-color: #1DBCF3; }
span { border-color: rgb(29,188,243); }
td.TdClassName
{
border-color: #1DBCF3;
}
.TagClassName
{
border-color: #1DBCF3;
}
</style>