Shades of Deep Sky Blue #1FBCFE
Tints of Deep Sky Blue #1FBCFE
RGB
CMYK
RGB Variations
Color information
#1FBCFE (or 0x1FBCFE) is known color: Deep Sky Blue. HEX triplet: 1F, BC and FE. RGB value is (31,188,254). Sum of RGB (Red+Green+Blue) = 31+188+254=473 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.55% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FBCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBCFE is #E04301. Grayscale: #949494. Windows color (decimal): -14697218 or 16694303. OLE color: 16694303.
HSL color Cylindrical-coordinate representation of color #1FBCFE: hue angle of 197.76º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBCFE is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 188 | 254 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.00 |
| HSL | 197.76º | 0.99% | 0.56% | - |
| HSV(B) | 197.76º | 0.88% | 1% | - |
| XYZ | 36.44 | 43.41 | 100.23 | - |
| YUV | 148.58 | 187.49 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 254 | 0.88 | 0.26 | 0 | 0.00 | 197.76 | 0.99 | 0.56 |
| Hex | 1F | BC | FE | 58 | 1A | 0 | 0 | C6 | 63 | 38 |
| Octal | 37 | 274 | 376 | 130 | 32 | 0 | 0 | 306 | 143 | 70 |
| Binary | 11111 | 10111100 | 11111110 | 1011000 | 11010 | 0 | 0 | 11000110 | 1100011 | 111000 |
Color Harmonies of #1FBCFE
Complementary color
Monochromatic Colors of #1FBCFE
Black with #1FBCFE
Text Example
Text Example
White with #1FBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCFE; }
p { color: rgb(31,188,254); }
H1.HeaderClassName
{
color: #1FBCFE;
}
.AnyTagClassName
{
color: #1FBCFE;
}
</style>
background-color css
<style>
a { background-color: #1FBCFE; }
a { background-color: rgb(31,188,254); }
div.DivClassName
{
background-color: #1FBCFE;
}
.BgClassName
{
background-color: #1FBCFE;
}
</style>
border-color css
<style>
span { border-color: #1FBCFE; }
span { border-color: rgb(31,188,254); }
td.TdClassName
{
border-color: #1FBCFE;
}
.TagClassName
{
border-color: #1FBCFE;
}
</style>