Shades of Deep Sky Blue #1FC6F9
Tints of Deep Sky Blue #1FC6F9
RGB
CMYK
RGB Variations
Color information
#1FC6F9 (or 0x1FC6F9) is known color: Deep Sky Blue. HEX triplet: 1F, C6 and F9. RGB value is (31,198,249). Sum of RGB (Red+Green+Blue) = 31+198+249=478 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.49% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #1FC6F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC6F9 is #E03906. Grayscale: #999999. Windows color (decimal): -14694663 or 16369183. OLE color: 16369183.
HSL color Cylindrical-coordinate representation of color #1FC6F9: hue angle of 194.04º degrees, saturation: 0.95, 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 #1FC6F9 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 198 | 249 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.02 |
| HSL | 194.04º | 0.95% | 0.55% | - |
| HSV(B) | 194.04º | 0.88% | 0.98% | - |
| XYZ | 37.86 | 47.52 | 96.8 | - |
| YUV | 153.88 | 181.67 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 249 | 0.88 | 0.20 | 0 | 0.02 | 194.04 | 0.95 | 0.55 |
| Hex | 1F | C6 | F9 | 58 | 14 | 0 | 2 | C2 | 5F | 37 |
| Octal | 37 | 306 | 371 | 130 | 24 | 0 | 2 | 302 | 137 | 67 |
| Binary | 11111 | 11000110 | 11111001 | 1011000 | 10100 | 0 | 10 | 11000010 | 1011111 | 110111 |
Color Harmonies of #1FC6F9
Complementary color
Monochromatic Colors of #1FC6F9
Black with #1FC6F9
Text Example
Text Example
White with #1FC6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6F9; }
p { color: rgb(31,198,249); }
H1.HeaderClassName
{
color: #1FC6F9;
}
.AnyTagClassName
{
color: #1FC6F9;
}
</style>
background-color css
<style>
a { background-color: #1FC6F9; }
a { background-color: rgb(31,198,249); }
div.DivClassName
{
background-color: #1FC6F9;
}
.BgClassName
{
background-color: #1FC6F9;
}
</style>
border-color css
<style>
span { border-color: #1FC6F9; }
span { border-color: rgb(31,198,249); }
td.TdClassName
{
border-color: #1FC6F9;
}
.TagClassName
{
border-color: #1FC6F9;
}
</style>