Shades of Deep Sky Blue #1FBCFF
Tints of Deep Sky Blue #1FBCFF
RGB
CMYK
RGB Variations
Color information
#1FBCFF (or 0x1FBCFF) is known color: Deep Sky Blue. HEX triplet: 1F, BC and FF. RGB value is (31,188,255). Sum of RGB (Red+Green+Blue) = 31+188+255=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBCFF is #E04300. Grayscale: #949494. Windows color (decimal): -14697217 or 16759839. OLE color: 16759839.
HSL color Cylindrical-coordinate representation of color #1FBCFF: hue angle of 197.95º 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 #1FBCFF is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 188 | 255 | - |
| CMYK | 0.88 | 0.26 | 0 | 0 |
| HSL | 197.95º | 1% | 0.56% | - |
| HSV(B) | 197.95º | 0.88% | 1% | - |
| XYZ | 36.6 | 43.48 | 101.07 | - |
| YUV | 148.7 | 187.99 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 255 | 0.88 | 0.26 | 0 | 0 | 197.95 | 1 | 0.56 |
| Hex | 1F | BC | FF | 58 | 1A | 0 | 0 | C6 | 64 | 38 |
| Octal | 37 | 274 | 377 | 130 | 32 | 0 | 0 | 306 | 144 | 70 |
| Binary | 11111 | 10111100 | 11111111 | 1011000 | 11010 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #1FBCFF
Complementary color
Monochromatic Colors of #1FBCFF
Black with #1FBCFF
Text Example
Text Example
White with #1FBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCFF; }
p { color: rgb(31,188,255); }
H1.HeaderClassName
{
color: #1FBCFF;
}
.AnyTagClassName
{
color: #1FBCFF;
}
</style>
background-color css
<style>
a { background-color: #1FBCFF; }
a { background-color: rgb(31,188,255); }
div.DivClassName
{
background-color: #1FBCFF;
}
.BgClassName
{
background-color: #1FBCFF;
}
</style>
border-color css
<style>
span { border-color: #1FBCFF; }
span { border-color: rgb(31,188,255); }
td.TdClassName
{
border-color: #1FBCFF;
}
.TagClassName
{
border-color: #1FBCFF;
}
</style>