Shades of Deep Sky Blue #1DC2FA
Tints of Deep Sky Blue #1DC2FA
RGB
CMYK
RGB Variations
Color information
#1DC2FA (or 0x1DC2FA) is known color: Deep Sky Blue. HEX triplet: 1D, C2 and FA. RGB value is (29,194,250). Sum of RGB (Red+Green+Blue) = 29+194+250=473 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.13% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DC2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC2FA is #E23D05. Grayscale: #969696. Windows color (decimal): -14826758 or 16433693. OLE color: 16433693.
HSL color Cylindrical-coordinate representation of color #1DC2FA: hue angle of 195.2º 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 #1DC2FA is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 194 | 250 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.02 |
| HSL | 195.2º | 0.96% | 0.55% | - |
| HSV(B) | 195.2º | 0.88% | 0.98% | - |
| XYZ | 37.05 | 45.75 | 97.32 | - |
| YUV | 151.05 | 183.84 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 250 | 0.88 | 0.22 | 0 | 0.02 | 195.2 | 0.96 | 0.55 |
| Hex | 1D | C2 | FA | 58 | 16 | 0 | 2 | C3 | 60 | 37 |
| Octal | 35 | 302 | 372 | 130 | 26 | 0 | 2 | 303 | 140 | 67 |
| Binary | 11101 | 11000010 | 11111010 | 1011000 | 10110 | 0 | 10 | 11000011 | 1100000 | 110111 |
Color Harmonies of #1DC2FA
Complementary color
Monochromatic Colors of #1DC2FA
Black with #1DC2FA
Text Example
Text Example
White with #1DC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC2FA; }
p { color: rgb(29,194,250); }
H1.HeaderClassName
{
color: #1DC2FA;
}
.AnyTagClassName
{
color: #1DC2FA;
}
</style>
background-color css
<style>
a { background-color: #1DC2FA; }
a { background-color: rgb(29,194,250); }
div.DivClassName
{
background-color: #1DC2FA;
}
.BgClassName
{
background-color: #1DC2FA;
}
</style>
border-color css
<style>
span { border-color: #1DC2FA; }
span { border-color: rgb(29,194,250); }
td.TdClassName
{
border-color: #1DC2FA;
}
.TagClassName
{
border-color: #1DC2FA;
}
</style>