Shades of Deep Sky Blue #1FBFFF
Tints of Deep Sky Blue #1FBFFF
RGB
CMYK
RGB Variations
Color information
#1FBFFF (or 0x1FBFFF) is known color: Deep Sky Blue. HEX triplet: 1F, BF and FF. RGB value is (31,191,255). Sum of RGB (Red+Green+Blue) = 31+191+255=477 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.50% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FBFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBFFF is #E04000. Grayscale: #969696. Windows color (decimal): -14696449 or 16760607. OLE color: 16760607.
HSL color Cylindrical-coordinate representation of color #1FBFFF: hue angle of 197.14º 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 #1FBFFF is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 191 | 255 | - |
| CMYK | 0.88 | 0.25 | 0 | 0 |
| HSL | 197.14º | 1% | 0.56% | - |
| HSV(B) | 197.14º | 0.88% | 1% | - |
| XYZ | 37.25 | 44.77 | 101.29 | - |
| YUV | 150.46 | 186.99 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 255 | 0.88 | 0.25 | 0 | 0 | 197.14 | 1 | 0.56 |
| Hex | 1F | BF | FF | 58 | 19 | 0 | 0 | C5 | 64 | 38 |
| Octal | 37 | 277 | 377 | 130 | 31 | 0 | 0 | 305 | 144 | 70 |
| Binary | 11111 | 10111111 | 11111111 | 1011000 | 11001 | 0 | 0 | 11000101 | 1100100 | 111000 |
Color Harmonies of #1FBFFF
Complementary color
Monochromatic Colors of #1FBFFF
Black with #1FBFFF
Text Example
Text Example
White with #1FBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFFF; }
p { color: rgb(31,191,255); }
H1.HeaderClassName
{
color: #1FBFFF;
}
.AnyTagClassName
{
color: #1FBFFF;
}
</style>
background-color css
<style>
a { background-color: #1FBFFF; }
a { background-color: rgb(31,191,255); }
div.DivClassName
{
background-color: #1FBFFF;
}
.BgClassName
{
background-color: #1FBFFF;
}
</style>
border-color css
<style>
span { border-color: #1FBFFF; }
span { border-color: rgb(31,191,255); }
td.TdClassName
{
border-color: #1FBFFF;
}
.TagClassName
{
border-color: #1FBFFF;
}
</style>