Shades of Deep Sky Blue #1FBEFD
Tints of Deep Sky Blue #1FBEFD
RGB
CMYK
RGB Variations
Color information
#1FBEFD (or 0x1FBEFD) is known color: Deep Sky Blue. HEX triplet: 1F, BE and FD. RGB value is (31,190,253). Sum of RGB (Red+Green+Blue) = 31+190+253=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FBEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBEFD is #E04102. Grayscale: #959595. Windows color (decimal): -14696707 or 16629279. OLE color: 16629279.
HSL color Cylindrical-coordinate representation of color #1FBEFD: hue angle of 197.03º 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 #1FBEFD is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 190 | 253 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.01 |
| HSL | 197.03º | 0.98% | 0.56% | - |
| HSV(B) | 197.03º | 0.88% | 0.99% | - |
| XYZ | 36.71 | 44.21 | 99.53 | - |
| YUV | 149.64 | 186.32 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 253 | 0.88 | 0.25 | 0 | 0.01 | 197.03 | 0.98 | 0.56 |
| Hex | 1F | BE | FD | 58 | 19 | 0 | 1 | C5 | 62 | 38 |
| Octal | 37 | 276 | 375 | 130 | 31 | 0 | 1 | 305 | 142 | 70 |
| Binary | 11111 | 10111110 | 11111101 | 1011000 | 11001 | 0 | 1 | 11000101 | 1100010 | 111000 |
Color Harmonies of #1FBEFD
Complementary color
Monochromatic Colors of #1FBEFD
Black with #1FBEFD
Text Example
Text Example
White with #1FBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBEFD; }
p { color: rgb(31,190,253); }
H1.HeaderClassName
{
color: #1FBEFD;
}
.AnyTagClassName
{
color: #1FBEFD;
}
</style>
background-color css
<style>
a { background-color: #1FBEFD; }
a { background-color: rgb(31,190,253); }
div.DivClassName
{
background-color: #1FBEFD;
}
.BgClassName
{
background-color: #1FBEFD;
}
</style>
border-color css
<style>
span { border-color: #1FBEFD; }
span { border-color: rgb(31,190,253); }
td.TdClassName
{
border-color: #1FBEFD;
}
.TagClassName
{
border-color: #1FBEFD;
}
</style>