Shades of Deep Sky Blue #1FC6FD
Tints of Deep Sky Blue #1FC6FD
RGB
CMYK
RGB Variations
Color information
#1FC6FD (or 0x1FC6FD) is known color: Deep Sky Blue. HEX triplet: 1F, C6 and FD. RGB value is (31,198,253). Sum of RGB (Red+Green+Blue) = 31+198+253=482 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.43% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FC6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC6FD is #E03902. Grayscale: #999999. Windows color (decimal): -14694659 or 16631327. OLE color: 16631327.
HSL color Cylindrical-coordinate representation of color #1FC6FD: hue angle of 194.86º 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 #1FC6FD is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 198 | 253 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.01 |
| HSL | 194.86º | 0.98% | 0.56% | - |
| HSV(B) | 194.86º | 0.88% | 0.99% | - |
| XYZ | 38.49 | 47.77 | 100.12 | - |
| YUV | 154.34 | 183.67 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 253 | 0.88 | 0.22 | 0 | 0.01 | 194.86 | 0.98 | 0.56 |
| Hex | 1F | C6 | FD | 58 | 16 | 0 | 1 | C3 | 62 | 38 |
| Octal | 37 | 306 | 375 | 130 | 26 | 0 | 1 | 303 | 142 | 70 |
| Binary | 11111 | 11000110 | 11111101 | 1011000 | 10110 | 0 | 1 | 11000011 | 1100010 | 111000 |
Color Harmonies of #1FC6FD
Complementary color
Monochromatic Colors of #1FC6FD
Black with #1FC6FD
Text Example
Text Example
White with #1FC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6FD; }
p { color: rgb(31,198,253); }
H1.HeaderClassName
{
color: #1FC6FD;
}
.AnyTagClassName
{
color: #1FC6FD;
}
</style>
background-color css
<style>
a { background-color: #1FC6FD; }
a { background-color: rgb(31,198,253); }
div.DivClassName
{
background-color: #1FC6FD;
}
.BgClassName
{
background-color: #1FC6FD;
}
</style>
border-color css
<style>
span { border-color: #1FC6FD; }
span { border-color: rgb(31,198,253); }
td.TdClassName
{
border-color: #1FC6FD;
}
.TagClassName
{
border-color: #1FC6FD;
}
</style>