Shades of Deep Sky Blue #1FBEFE
Tints of Deep Sky Blue #1FBEFE
RGB
CMYK
RGB Variations
Color information
#1FBEFE (or 0x1FBEFE) is known color: Deep Sky Blue. HEX triplet: 1F, BE and FE. RGB value is (31,190,254). Sum of RGB (Red+Green+Blue) = 31+190+254=475 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.53% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FBEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBEFE is #E04101. Grayscale: #959595. Windows color (decimal): -14696706 or 16694815. OLE color: 16694815.
HSL color Cylindrical-coordinate representation of color #1FBEFE: hue angle of 197.22º 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 #1FBEFE is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 190 | 254 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.00 |
| HSL | 197.22º | 0.99% | 0.56% | - |
| HSV(B) | 197.22º | 0.88% | 1% | - |
| XYZ | 36.87 | 44.27 | 100.37 | - |
| YUV | 149.76 | 186.82 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 254 | 0.88 | 0.25 | 0 | 0.00 | 197.22 | 0.99 | 0.56 |
| Hex | 1F | BE | FE | 58 | 19 | 0 | 0 | C5 | 63 | 38 |
| Octal | 37 | 276 | 376 | 130 | 31 | 0 | 0 | 305 | 143 | 70 |
| Binary | 11111 | 10111110 | 11111110 | 1011000 | 11001 | 0 | 0 | 11000101 | 1100011 | 111000 |
Color Harmonies of #1FBEFE
Complementary color
Monochromatic Colors of #1FBEFE
Black with #1FBEFE
Text Example
Text Example
White with #1FBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBEFE; }
p { color: rgb(31,190,254); }
H1.HeaderClassName
{
color: #1FBEFE;
}
.AnyTagClassName
{
color: #1FBEFE;
}
</style>
background-color css
<style>
a { background-color: #1FBEFE; }
a { background-color: rgb(31,190,254); }
div.DivClassName
{
background-color: #1FBEFE;
}
.BgClassName
{
background-color: #1FBEFE;
}
</style>
border-color css
<style>
span { border-color: #1FBEFE; }
span { border-color: rgb(31,190,254); }
td.TdClassName
{
border-color: #1FBEFE;
}
.TagClassName
{
border-color: #1FBEFE;
}
</style>