Shades of Deep Sky Blue #1FC6FF
Tints of Deep Sky Blue #1FC6FF
RGB
CMYK
RGB Variations
Color information
#1FC6FF (or 0x1FC6FF) is known color: Deep Sky Blue. HEX triplet: 1F, C6 and FF. RGB value is (31,198,255). Sum of RGB (Red+Green+Blue) = 31+198+255=484 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.40% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FC6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FC6FF is #E03900. Grayscale: #9A9A9A. Windows color (decimal): -14694657 or 16762399. OLE color: 16762399.
HSL color Cylindrical-coordinate representation of color #1FC6FF: hue angle of 195.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FC6FF is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 198 | 255 | - |
| CMYK | 0.88 | 0.22 | 0 | 0 |
| HSL | 195.27º | 1% | 0.56% | - |
| HSV(B) | 195.27º | 0.88% | 1% | - |
| XYZ | 38.81 | 47.9 | 101.81 | - |
| YUV | 154.57 | 184.67 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 198 | 255 | 0.88 | 0.22 | 0 | 0 | 195.27 | 1 | 0.56 |
| Hex | 1F | C6 | FF | 58 | 16 | 0 | 0 | C3 | 64 | 38 |
| Octal | 37 | 306 | 377 | 130 | 26 | 0 | 0 | 303 | 144 | 70 |
| Binary | 11111 | 11000110 | 11111111 | 1011000 | 10110 | 0 | 0 | 11000011 | 1100100 | 111000 |
Color Harmonies of #1FC6FF
Complementary color
Monochromatic Colors of #1FC6FF
Black with #1FC6FF
Text Example
Text Example
White with #1FC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC6FF; }
p { color: rgb(31,198,255); }
H1.HeaderClassName
{
color: #1FC6FF;
}
.AnyTagClassName
{
color: #1FC6FF;
}
</style>
background-color css
<style>
a { background-color: #1FC6FF; }
a { background-color: rgb(31,198,255); }
div.DivClassName
{
background-color: #1FC6FF;
}
.BgClassName
{
background-color: #1FC6FF;
}
</style>
border-color css
<style>
span { border-color: #1FC6FF; }
span { border-color: rgb(31,198,255); }
td.TdClassName
{
border-color: #1FC6FF;
}
.TagClassName
{
border-color: #1FC6FF;
}
</style>