Shades of Deep Sky Blue #1FDBFE
Tints of Deep Sky Blue #1FDBFE
RGB
CMYK
RGB Variations
Color information
#1FDBFE (or 0x1FDBFE) is known color: Deep Sky Blue. HEX triplet: 1F, DB and FE. RGB value is (31,219,254). Sum of RGB (Red+Green+Blue) = 31+219+254=504 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.15% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDBFE is #E02401. Grayscale: #A6A6A6. Windows color (decimal): -14689282 or 16702239. OLE color: 16702239.
HSL color Cylindrical-coordinate representation of color #1FDBFE: hue angle of 189.42º 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 #1FDBFE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 219 | 254 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.00 |
| HSL | 189.42º | 0.99% | 0.56% | - |
| HSV(B) | 189.42º | 0.88% | 1% | - |
| XYZ | 43.79 | 58.11 | 102.67 | - |
| YUV | 166.78 | 177.22 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 254 | 0.88 | 0.14 | 0 | 0.00 | 189.42 | 0.99 | 0.56 |
| Hex | 1F | DB | FE | 58 | E | 0 | 0 | BD | 63 | 38 |
| Octal | 37 | 333 | 376 | 130 | 16 | 0 | 0 | 275 | 143 | 70 |
| Binary | 11111 | 11011011 | 11111110 | 1011000 | 1110 | 0 | 0 | 10111101 | 1100011 | 111000 |
Color Harmonies of #1FDBFE
Complementary color
Monochromatic Colors of #1FDBFE
Black with #1FDBFE
Text Example
Text Example
White with #1FDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBFE; }
p { color: rgb(31,219,254); }
H1.HeaderClassName
{
color: #1FDBFE;
}
.AnyTagClassName
{
color: #1FDBFE;
}
</style>
background-color css
<style>
a { background-color: #1FDBFE; }
a { background-color: rgb(31,219,254); }
div.DivClassName
{
background-color: #1FDBFE;
}
.BgClassName
{
background-color: #1FDBFE;
}
</style>
border-color css
<style>
span { border-color: #1FDBFE; }
span { border-color: rgb(31,219,254); }
td.TdClassName
{
border-color: #1FDBFE;
}
.TagClassName
{
border-color: #1FDBFE;
}
</style>