Shades of Deep Sky Blue #1DBAFA
Tints of Deep Sky Blue #1DBAFA
RGB
CMYK
RGB Variations
Color information
#1DBAFA (or 0x1DBAFA) is known color: Deep Sky Blue. HEX triplet: 1D, BA and FA. RGB value is (29,186,250). Sum of RGB (Red+Green+Blue) = 29+186+250=465 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.24% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DBAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DBAFA is #E24505. Grayscale: #919191. Windows color (decimal): -14828806 or 16431645. OLE color: 16431645.
HSL color Cylindrical-coordinate representation of color #1DBAFA: hue angle of 197.38º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DBAFA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 186 | 250 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.02 |
| HSL | 197.38º | 0.96% | 0.55% | - |
| HSV(B) | 197.38º | 0.88% | 0.98% | - |
| XYZ | 35.32 | 42.28 | 96.74 | - |
| YUV | 146.35 | 186.49 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 250 | 0.88 | 0.26 | 0 | 0.02 | 197.38 | 0.96 | 0.55 |
| Hex | 1D | BA | FA | 58 | 1A | 0 | 2 | C5 | 60 | 37 |
| Octal | 35 | 272 | 372 | 130 | 32 | 0 | 2 | 305 | 140 | 67 |
| Binary | 11101 | 10111010 | 11111010 | 1011000 | 11010 | 0 | 10 | 11000101 | 1100000 | 110111 |
Color Harmonies of #1DBAFA
Complementary color
Monochromatic Colors of #1DBAFA
Black with #1DBAFA
Text Example
Text Example
White with #1DBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAFA; }
p { color: rgb(29,186,250); }
H1.HeaderClassName
{
color: #1DBAFA;
}
.AnyTagClassName
{
color: #1DBAFA;
}
</style>
background-color css
<style>
a { background-color: #1DBAFA; }
a { background-color: rgb(29,186,250); }
div.DivClassName
{
background-color: #1DBAFA;
}
.BgClassName
{
background-color: #1DBAFA;
}
</style>
border-color css
<style>
span { border-color: #1DBAFA; }
span { border-color: rgb(29,186,250); }
td.TdClassName
{
border-color: #1DBAFA;
}
.TagClassName
{
border-color: #1DBAFA;
}
</style>