Shades of Deep Sky Blue #1DBAF1
Tints of Deep Sky Blue #1DBAF1
RGB
CMYK
RGB Variations
Color information
#1DBAF1 (or 0x1DBAF1) is known color: Deep Sky Blue. HEX triplet: 1D, BA and F1. RGB value is (29,186,241). Sum of RGB (Red+Green+Blue) = 29+186+241=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DBAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAF1 is #E2450E. Grayscale: #909090. Windows color (decimal): -14828815 or 15841821. OLE color: 15841821.
HSL color Cylindrical-coordinate representation of color #1DBAF1: hue angle of 195.57º degrees, saturation: 0.88, 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 #1DBAF1 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 186 | 241 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.05 |
| HSL | 195.57º | 0.88% | 0.53% | - |
| HSV(B) | 195.57º | 0.88% | 0.95% | - |
| XYZ | 33.94 | 41.73 | 89.48 | - |
| YUV | 145.33 | 181.99 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 241 | 0.88 | 0.23 | 0 | 0.05 | 195.57 | 0.88 | 0.53 |
| Hex | 1D | BA | F1 | 58 | 17 | 0 | 5 | C4 | 58 | 35 |
| Octal | 35 | 272 | 361 | 130 | 27 | 0 | 5 | 304 | 130 | 65 |
| Binary | 11101 | 10111010 | 11110001 | 1011000 | 10111 | 0 | 101 | 11000100 | 1011000 | 110101 |
Color Harmonies of #1DBAF1
Complementary color
Monochromatic Colors of #1DBAF1
Black with #1DBAF1
Text Example
Text Example
White with #1DBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAF1; }
p { color: rgb(29,186,241); }
H1.HeaderClassName
{
color: #1DBAF1;
}
.AnyTagClassName
{
color: #1DBAF1;
}
</style>
background-color css
<style>
a { background-color: #1DBAF1; }
a { background-color: rgb(29,186,241); }
div.DivClassName
{
background-color: #1DBAF1;
}
.BgClassName
{
background-color: #1DBAF1;
}
</style>
border-color css
<style>
span { border-color: #1DBAF1; }
span { border-color: rgb(29,186,241); }
td.TdClassName
{
border-color: #1DBAF1;
}
.TagClassName
{
border-color: #1DBAF1;
}
</style>