Shades of Deep Sky Blue #1FCDFD
Tints of Deep Sky Blue #1FCDFD
RGB
CMYK
RGB Variations
Color information
#1FCDFD (or 0x1FCDFD) is known color: Deep Sky Blue. HEX triplet: 1F, CD and FD. RGB value is (31,205,253). Sum of RGB (Red+Green+Blue) = 31+205+253=489 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.34% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FCDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCDFD is #E03202. Grayscale: #9E9E9E. Windows color (decimal): -14692867 or 16633119. OLE color: 16633119.
HSL color Cylindrical-coordinate representation of color #1FCDFD: hue angle of 192.97º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCDFD is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 205 | 253 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.01 |
| HSL | 192.97º | 0.98% | 0.56% | - |
| HSV(B) | 192.97º | 0.88% | 0.99% | - |
| XYZ | 40.13 | 51.05 | 100.67 | - |
| YUV | 158.45 | 181.35 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 253 | 0.88 | 0.19 | 0 | 0.01 | 192.97 | 0.98 | 0.56 |
| Hex | 1F | CD | FD | 58 | 13 | 0 | 1 | C1 | 62 | 38 |
| Octal | 37 | 315 | 375 | 130 | 23 | 0 | 1 | 301 | 142 | 70 |
| Binary | 11111 | 11001101 | 11111101 | 1011000 | 10011 | 0 | 1 | 11000001 | 1100010 | 111000 |
Color Harmonies of #1FCDFD
Complementary color
Monochromatic Colors of #1FCDFD
Black with #1FCDFD
Text Example
Text Example
White with #1FCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDFD; }
p { color: rgb(31,205,253); }
H1.HeaderClassName
{
color: #1FCDFD;
}
.AnyTagClassName
{
color: #1FCDFD;
}
</style>
background-color css
<style>
a { background-color: #1FCDFD; }
a { background-color: rgb(31,205,253); }
div.DivClassName
{
background-color: #1FCDFD;
}
.BgClassName
{
background-color: #1FCDFD;
}
</style>
border-color css
<style>
span { border-color: #1FCDFD; }
span { border-color: rgb(31,205,253); }
td.TdClassName
{
border-color: #1FCDFD;
}
.TagClassName
{
border-color: #1FCDFD;
}
</style>