Shades of Deep Sky Blue #1FCCFA
Tints of Deep Sky Blue #1FCCFA
RGB
CMYK
RGB Variations
Color information
#1FCCFA (or 0x1FCCFA) is known color: Deep Sky Blue. HEX triplet: 1F, CC and FA. RGB value is (31,204,250). Sum of RGB (Red+Green+Blue) = 31+204+250=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #1FCCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCFA is #E03305. Grayscale: #9D9D9D. Windows color (decimal): -14693126 or 16436255. OLE color: 16436255.
HSL color Cylindrical-coordinate representation of color #1FCCFA: hue angle of 192.6º 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 #1FCCFA is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 204 | 250 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.02 |
| HSL | 192.6º | 0.96% | 0.55% | - |
| HSV(B) | 192.6º | 0.88% | 0.98% | - |
| XYZ | 39.41 | 50.38 | 98.09 | - |
| YUV | 157.52 | 180.19 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 250 | 0.88 | 0.18 | 0 | 0.02 | 192.6 | 0.96 | 0.55 |
| Hex | 1F | CC | FA | 58 | 12 | 0 | 2 | C1 | 60 | 37 |
| Octal | 37 | 314 | 372 | 130 | 22 | 0 | 2 | 301 | 140 | 67 |
| Binary | 11111 | 11001100 | 11111010 | 1011000 | 10010 | 0 | 10 | 11000001 | 1100000 | 110111 |
Color Harmonies of #1FCCFA
Complementary color
Monochromatic Colors of #1FCCFA
Black with #1FCCFA
Text Example
Text Example
White with #1FCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCFA; }
p { color: rgb(31,204,250); }
H1.HeaderClassName
{
color: #1FCCFA;
}
.AnyTagClassName
{
color: #1FCCFA;
}
</style>
background-color css
<style>
a { background-color: #1FCCFA; }
a { background-color: rgb(31,204,250); }
div.DivClassName
{
background-color: #1FCCFA;
}
.BgClassName
{
background-color: #1FCCFA;
}
</style>
border-color css
<style>
span { border-color: #1FCCFA; }
span { border-color: rgb(31,204,250); }
td.TdClassName
{
border-color: #1FCCFA;
}
.TagClassName
{
border-color: #1FCCFA;
}
</style>