Shades of Deep Sky Blue #1FBCFD
Tints of Deep Sky Blue #1FBCFD
RGB
CMYK
RGB Variations
Color information
#1FBCFD (or 0x1FBCFD) is known color: Deep Sky Blue. HEX triplet: 1F, BC and FD. RGB value is (31,188,253). Sum of RGB (Red+Green+Blue) = 31+188+253=472 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.57% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FBCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBCFD is #E04302. Grayscale: #949494. Windows color (decimal): -14697219 or 16628767. OLE color: 16628767.
HSL color Cylindrical-coordinate representation of color #1FBCFD: hue angle of 197.57º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBCFD is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 188 | 253 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.01 |
| HSL | 197.57º | 0.98% | 0.56% | - |
| HSV(B) | 197.57º | 0.88% | 0.99% | - |
| XYZ | 36.28 | 43.35 | 99.38 | - |
| YUV | 148.47 | 186.99 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 253 | 0.88 | 0.26 | 0 | 0.01 | 197.57 | 0.98 | 0.56 |
| Hex | 1F | BC | FD | 58 | 1A | 0 | 1 | C6 | 62 | 38 |
| Octal | 37 | 274 | 375 | 130 | 32 | 0 | 1 | 306 | 142 | 70 |
| Binary | 11111 | 10111100 | 11111101 | 1011000 | 11010 | 0 | 1 | 11000110 | 1100010 | 111000 |
Color Harmonies of #1FBCFD
Complementary color
Monochromatic Colors of #1FBCFD
Black with #1FBCFD
Text Example
Text Example
White with #1FBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCFD; }
p { color: rgb(31,188,253); }
H1.HeaderClassName
{
color: #1FBCFD;
}
.AnyTagClassName
{
color: #1FBCFD;
}
</style>
background-color css
<style>
a { background-color: #1FBCFD; }
a { background-color: rgb(31,188,253); }
div.DivClassName
{
background-color: #1FBCFD;
}
.BgClassName
{
background-color: #1FBCFD;
}
</style>
border-color css
<style>
span { border-color: #1FBCFD; }
span { border-color: rgb(31,188,253); }
td.TdClassName
{
border-color: #1FBCFD;
}
.TagClassName
{
border-color: #1FBCFD;
}
</style>