Shades of Deep Sky Blue #1FC6FA
Tints of Deep Sky Blue #1FC6FA
RGB
CMYK
RGB Variations
Color information
#1FC6FA (or 0x1FC6FA) is known color: Deep Sky Blue. HEX triplet: 1F, C6 and FA. RGB value is (31,198,250). Sum of RGB (Red+Green+Blue) = 31+198+250=479 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.47% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #1FC6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC6FA is #E03905. Grayscale: #999999. Windows color (decimal): -14694662 or 16434719. OLE color: 16434719.
HSL color Cylindrical-coordinate representation of color #1FC6FA: hue angle of 194.25º 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 #1FC6FA is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 198 | 250 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.02 |
| HSL | 194.25º | 0.96% | 0.55% | - |
| HSV(B) | 194.25º | 0.88% | 0.98% | - |
| XYZ | 38.01 | 47.58 | 97.62 | - |
| YUV | 154 | 182.17 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 250 | 0.88 | 0.21 | 0 | 0.02 | 194.25 | 0.96 | 0.55 |
| Hex | 1F | C6 | FA | 58 | 15 | 0 | 2 | C2 | 60 | 37 |
| Octal | 37 | 306 | 372 | 130 | 25 | 0 | 2 | 302 | 140 | 67 |
| Binary | 11111 | 11000110 | 11111010 | 1011000 | 10101 | 0 | 10 | 11000010 | 1100000 | 110111 |
Color Harmonies of #1FC6FA
Complementary color
Monochromatic Colors of #1FC6FA
Black with #1FC6FA
Text Example
Text Example
White with #1FC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6FA; }
p { color: rgb(31,198,250); }
H1.HeaderClassName
{
color: #1FC6FA;
}
.AnyTagClassName
{
color: #1FC6FA;
}
</style>
background-color css
<style>
a { background-color: #1FC6FA; }
a { background-color: rgb(31,198,250); }
div.DivClassName
{
background-color: #1FC6FA;
}
.BgClassName
{
background-color: #1FC6FA;
}
</style>
border-color css
<style>
span { border-color: #1FC6FA; }
span { border-color: rgb(31,198,250); }
td.TdClassName
{
border-color: #1FC6FA;
}
.TagClassName
{
border-color: #1FC6FA;
}
</style>