Shades of Deep Sky Blue #1FC6FB
Tints of Deep Sky Blue #1FC6FB
RGB
CMYK
RGB Variations
Color information
#1FC6FB (or 0x1FC6FB) is known color: Deep Sky Blue. HEX triplet: 1F, C6 and FB. RGB value is (31,198,251). Sum of RGB (Red+Green+Blue) = 31+198+251=480 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.46% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #1FC6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC6FB is #E03904. Grayscale: #999999. Windows color (decimal): -14694661 or 16500255. OLE color: 16500255.
HSL color Cylindrical-coordinate representation of color #1FC6FB: hue angle of 194.45º 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 #1FC6FB is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 198 | 251 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.02 |
| HSL | 194.45º | 0.96% | 0.55% | - |
| HSV(B) | 194.45º | 0.88% | 0.98% | - |
| XYZ | 38.17 | 47.64 | 98.45 | - |
| YUV | 154.11 | 182.67 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 251 | 0.88 | 0.21 | 0 | 0.02 | 194.45 | 0.96 | 0.55 |
| Hex | 1F | C6 | FB | 58 | 15 | 0 | 2 | C2 | 60 | 37 |
| Octal | 37 | 306 | 373 | 130 | 25 | 0 | 2 | 302 | 140 | 67 |
| Binary | 11111 | 11000110 | 11111011 | 1011000 | 10101 | 0 | 10 | 11000010 | 1100000 | 110111 |
Color Harmonies of #1FC6FB
Complementary color
Monochromatic Colors of #1FC6FB
Black with #1FC6FB
Text Example
Text Example
White with #1FC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6FB; }
p { color: rgb(31,198,251); }
H1.HeaderClassName
{
color: #1FC6FB;
}
.AnyTagClassName
{
color: #1FC6FB;
}
</style>
background-color css
<style>
a { background-color: #1FC6FB; }
a { background-color: rgb(31,198,251); }
div.DivClassName
{
background-color: #1FC6FB;
}
.BgClassName
{
background-color: #1FC6FB;
}
</style>
border-color css
<style>
span { border-color: #1FC6FB; }
span { border-color: rgb(31,198,251); }
td.TdClassName
{
border-color: #1FC6FB;
}
.TagClassName
{
border-color: #1FC6FB;
}
</style>