Shades of Deep Sky Blue #1FBEFC
Tints of Deep Sky Blue #1FBEFC
RGB
CMYK
RGB Variations
Color information
#1FBEFC (or 0x1FBEFC) is known color: Deep Sky Blue. HEX triplet: 1F, BE and FC. RGB value is (31,190,252). Sum of RGB (Red+Green+Blue) = 31+190+252=473 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.55% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #1FBEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBEFC is #E04103. Grayscale: #959595. Windows color (decimal): -14696708 or 16563743. OLE color: 16563743.
HSL color Cylindrical-coordinate representation of color #1FBEFC: hue angle of 196.83º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBEFC is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 190 | 252 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.01 |
| HSL | 196.83º | 0.97% | 0.55% | - |
| HSV(B) | 196.83º | 0.88% | 0.99% | - |
| XYZ | 36.55 | 44.15 | 98.69 | - |
| YUV | 149.53 | 185.82 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 252 | 0.88 | 0.25 | 0 | 0.01 | 196.83 | 0.97 | 0.55 |
| Hex | 1F | BE | FC | 58 | 19 | 0 | 1 | C5 | 61 | 37 |
| Octal | 37 | 276 | 374 | 130 | 31 | 0 | 1 | 305 | 141 | 67 |
| Binary | 11111 | 10111110 | 11111100 | 1011000 | 11001 | 0 | 1 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1FBEFC
Complementary color
Monochromatic Colors of #1FBEFC
Black with #1FBEFC
Text Example
Text Example
White with #1FBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBEFC; }
p { color: rgb(31,190,252); }
H1.HeaderClassName
{
color: #1FBEFC;
}
.AnyTagClassName
{
color: #1FBEFC;
}
</style>
background-color css
<style>
a { background-color: #1FBEFC; }
a { background-color: rgb(31,190,252); }
div.DivClassName
{
background-color: #1FBEFC;
}
.BgClassName
{
background-color: #1FBEFC;
}
</style>
border-color css
<style>
span { border-color: #1FBEFC; }
span { border-color: rgb(31,190,252); }
td.TdClassName
{
border-color: #1FBEFC;
}
.TagClassName
{
border-color: #1FBEFC;
}
</style>