Shades of Deep Sky Blue #1FCCFD
Tints of Deep Sky Blue #1FCCFD
RGB
CMYK
RGB Variations
Color information
#1FCCFD (or 0x1FCCFD) is known color: Deep Sky Blue. HEX triplet: 1F, CC and FD. RGB value is (31,204,253). Sum of RGB (Red+Green+Blue) = 31+204+253=488 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.35% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FCCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCFD is #E03302. Grayscale: #9D9D9D. Windows color (decimal): -14693123 or 16632863. OLE color: 16632863.
HSL color Cylindrical-coordinate representation of color #1FCCFD: hue angle of 193.24º 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 #1FCCFD is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 204 | 253 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.01 |
| HSL | 193.24º | 0.98% | 0.56% | - |
| HSV(B) | 193.24º | 0.88% | 0.99% | - |
| XYZ | 39.89 | 50.57 | 100.59 | - |
| YUV | 157.86 | 181.69 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 253 | 0.88 | 0.19 | 0 | 0.01 | 193.24 | 0.98 | 0.56 |
| Hex | 1F | CC | FD | 58 | 13 | 0 | 1 | C1 | 62 | 38 |
| Octal | 37 | 314 | 375 | 130 | 23 | 0 | 1 | 301 | 142 | 70 |
| Binary | 11111 | 11001100 | 11111101 | 1011000 | 10011 | 0 | 1 | 11000001 | 1100010 | 111000 |
Color Harmonies of #1FCCFD
Complementary color
Monochromatic Colors of #1FCCFD
Black with #1FCCFD
Text Example
Text Example
White with #1FCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCFD; }
p { color: rgb(31,204,253); }
H1.HeaderClassName
{
color: #1FCCFD;
}
.AnyTagClassName
{
color: #1FCCFD;
}
</style>
background-color css
<style>
a { background-color: #1FCCFD; }
a { background-color: rgb(31,204,253); }
div.DivClassName
{
background-color: #1FCCFD;
}
.BgClassName
{
background-color: #1FCCFD;
}
</style>
border-color css
<style>
span { border-color: #1FCCFD; }
span { border-color: rgb(31,204,253); }
td.TdClassName
{
border-color: #1FCCFD;
}
.TagClassName
{
border-color: #1FCCFD;
}
</style>