Shades of Deep Sky Blue #1FB1FF
Tints of Deep Sky Blue #1FB1FF
RGB
CMYK
RGB Variations
Color information
#1FB1FF (or 0x1FB1FF) is known color: Deep Sky Blue. HEX triplet: 1F, B1 and FF. RGB value is (31,177,255). Sum of RGB (Red+Green+Blue) = 31+177+255=463 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.70% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FB1FF is #E04E00. Grayscale: #8D8D8D. Windows color (decimal): -14700033 or 16757023. OLE color: 16757023.
HSL color Cylindrical-coordinate representation of color #1FB1FF: hue angle of 200.89º 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 #1FB1FF is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 177 | 255 | - |
| CMYK | 0.88 | 0.31 | 0 | 0 |
| HSL | 200.89º | 1% | 0.56% | - |
| HSV(B) | 200.89º | 0.88% | 1% | - |
| XYZ | 34.34 | 38.96 | 100.32 | - |
| YUV | 142.24 | 191.63 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 255 | 0.88 | 0.31 | 0 | 0 | 200.89 | 1 | 0.56 |
| Hex | 1F | B1 | FF | 58 | 1F | 0 | 0 | C9 | 64 | 38 |
| Octal | 37 | 261 | 377 | 130 | 37 | 0 | 0 | 311 | 144 | 70 |
| Binary | 11111 | 10110001 | 11111111 | 1011000 | 11111 | 0 | 0 | 11001001 | 1100100 | 111000 |
Color Harmonies of #1FB1FF
Complementary color
Monochromatic Colors of #1FB1FF
Black with #1FB1FF
Text Example
Text Example
White with #1FB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB1FF; }
p { color: rgb(31,177,255); }
H1.HeaderClassName
{
color: #1FB1FF;
}
.AnyTagClassName
{
color: #1FB1FF;
}
</style>
background-color css
<style>
a { background-color: #1FB1FF; }
a { background-color: rgb(31,177,255); }
div.DivClassName
{
background-color: #1FB1FF;
}
.BgClassName
{
background-color: #1FB1FF;
}
</style>
border-color css
<style>
span { border-color: #1FB1FF; }
span { border-color: rgb(31,177,255); }
td.TdClassName
{
border-color: #1FB1FF;
}
.TagClassName
{
border-color: #1FB1FF;
}
</style>