Shades of Deep Sky Blue #1DCAFD
Tints of Deep Sky Blue #1DCAFD
RGB
CMYK
RGB Variations
Color information
#1DCAFD (or 0x1DCAFD) is known color: Deep Sky Blue. HEX triplet: 1D, CA and FD. RGB value is (29,202,253). Sum of RGB (Red+Green+Blue) = 29+202+253=484 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.99% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DCAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCAFD is #E23502. Grayscale: #9B9B9B. Windows color (decimal): -14824707 or 16632349. OLE color: 16632349.
HSL color Cylindrical-coordinate representation of color #1DCAFD: hue angle of 193.66º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DCAFD is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 202 | 253 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.01 |
| HSL | 193.66º | 0.98% | 0.55% | - |
| HSV(B) | 193.66º | 0.89% | 0.99% | - |
| XYZ | 39.36 | 49.59 | 100.43 | - |
| YUV | 156.09 | 182.69 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 253 | 0.89 | 0.20 | 0 | 0.01 | 193.66 | 0.98 | 0.55 |
| Hex | 1D | CA | FD | 59 | 14 | 0 | 1 | C2 | 62 | 37 |
| Octal | 35 | 312 | 375 | 131 | 24 | 0 | 1 | 302 | 142 | 67 |
| Binary | 11101 | 11001010 | 11111101 | 1011001 | 10100 | 0 | 1 | 11000010 | 1100010 | 110111 |
Color Harmonies of #1DCAFD
Complementary color
Monochromatic Colors of #1DCAFD
Black with #1DCAFD
Text Example
Text Example
White with #1DCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCAFD; }
p { color: rgb(29,202,253); }
H1.HeaderClassName
{
color: #1DCAFD;
}
.AnyTagClassName
{
color: #1DCAFD;
}
</style>
background-color css
<style>
a { background-color: #1DCAFD; }
a { background-color: rgb(29,202,253); }
div.DivClassName
{
background-color: #1DCAFD;
}
.BgClassName
{
background-color: #1DCAFD;
}
</style>
border-color css
<style>
span { border-color: #1DCAFD; }
span { border-color: rgb(29,202,253); }
td.TdClassName
{
border-color: #1DCAFD;
}
.TagClassName
{
border-color: #1DCAFD;
}
</style>