Shades of Deep Sky Blue #1FBAFF
Tints of Deep Sky Blue #1FBAFF
RGB
CMYK
RGB Variations
Color information
#1FBAFF (or 0x1FBAFF) is known color: Deep Sky Blue. HEX triplet: 1F, BA and FF. RGB value is (31,186,255). Sum of RGB (Red+Green+Blue) = 31+186+255=472 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.57% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FBAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBAFF is #E04500. Grayscale: #939393. Windows color (decimal): -14697729 or 16759327. OLE color: 16759327.
HSL color Cylindrical-coordinate representation of color #1FBAFF: hue angle of 198.48º 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 #1FBAFF is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 186 | 255 | - |
| CMYK | 0.88 | 0.27 | 0 | 0 |
| HSL | 198.48º | 1% | 0.56% | - |
| HSV(B) | 198.48º | 0.88% | 1% | - |
| XYZ | 36.17 | 42.63 | 100.93 | - |
| YUV | 147.52 | 188.65 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 255 | 0.88 | 0.27 | 0 | 0 | 198.48 | 1 | 0.56 |
| Hex | 1F | BA | FF | 58 | 1B | 0 | 0 | C6 | 64 | 38 |
| Octal | 37 | 272 | 377 | 130 | 33 | 0 | 0 | 306 | 144 | 70 |
| Binary | 11111 | 10111010 | 11111111 | 1011000 | 11011 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #1FBAFF
Complementary color
Monochromatic Colors of #1FBAFF
Black with #1FBAFF
Text Example
Text Example
White with #1FBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBAFF; }
p { color: rgb(31,186,255); }
H1.HeaderClassName
{
color: #1FBAFF;
}
.AnyTagClassName
{
color: #1FBAFF;
}
</style>
background-color css
<style>
a { background-color: #1FBAFF; }
a { background-color: rgb(31,186,255); }
div.DivClassName
{
background-color: #1FBAFF;
}
.BgClassName
{
background-color: #1FBAFF;
}
</style>
border-color css
<style>
span { border-color: #1FBAFF; }
span { border-color: rgb(31,186,255); }
td.TdClassName
{
border-color: #1FBAFF;
}
.TagClassName
{
border-color: #1FBAFF;
}
</style>