Shades of Deep Sky Blue #1FDCFE
Tints of Deep Sky Blue #1FDCFE
RGB
CMYK
RGB Variations
Color information
#1FDCFE (or 0x1FDCFE) is known color: Deep Sky Blue. HEX triplet: 1F, DC and FE. RGB value is (31,220,254). Sum of RGB (Red+Green+Blue) = 31+220+254=505 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.14% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FDCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDCFE is #E02301. Grayscale: #A7A7A7. Windows color (decimal): -14689026 or 16702495. OLE color: 16702495.
HSL color Cylindrical-coordinate representation of color #1FDCFE: hue angle of 189.15º 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 #1FDCFE is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 220 | 254 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.00 |
| HSL | 189.15º | 0.99% | 0.56% | - |
| HSV(B) | 189.15º | 0.88% | 1% | - |
| XYZ | 44.05 | 58.63 | 102.76 | - |
| YUV | 167.37 | 176.88 | 30.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 254 | 0.88 | 0.13 | 0 | 0.00 | 189.15 | 0.99 | 0.56 |
| Hex | 1F | DC | FE | 58 | D | 0 | 0 | BD | 63 | 38 |
| Octal | 37 | 334 | 376 | 130 | 15 | 0 | 0 | 275 | 143 | 70 |
| Binary | 11111 | 11011100 | 11111110 | 1011000 | 1101 | 0 | 0 | 10111101 | 1100011 | 111000 |
Color Harmonies of #1FDCFE
Complementary color
Monochromatic Colors of #1FDCFE
Black with #1FDCFE
Text Example
Text Example
White with #1FDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDCFE; }
p { color: rgb(31,220,254); }
H1.HeaderClassName
{
color: #1FDCFE;
}
.AnyTagClassName
{
color: #1FDCFE;
}
</style>
background-color css
<style>
a { background-color: #1FDCFE; }
a { background-color: rgb(31,220,254); }
div.DivClassName
{
background-color: #1FDCFE;
}
.BgClassName
{
background-color: #1FDCFE;
}
</style>
border-color css
<style>
span { border-color: #1FDCFE; }
span { border-color: rgb(31,220,254); }
td.TdClassName
{
border-color: #1FDCFE;
}
.TagClassName
{
border-color: #1FDCFE;
}
</style>