Shades of Deep Sky Blue #1FD8FE
Tints of Deep Sky Blue #1FD8FE
RGB
CMYK
RGB Variations
Color information
#1FD8FE (or 0x1FD8FE) is known color: Deep Sky Blue. HEX triplet: 1F, D8 and FE. RGB value is (31,216,254). Sum of RGB (Red+Green+Blue) = 31+216+254=501 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.19% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FD8FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD8FE is #E02701. Grayscale: #A4A4A4. Windows color (decimal): -14690050 or 16701471. OLE color: 16701471.
HSL color Cylindrical-coordinate representation of color #1FD8FE: hue angle of 190.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 #1FD8FE is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 216 | 254 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.00 |
| HSL | 190.22º | 0.99% | 0.56% | - |
| HSV(B) | 190.22º | 0.88% | 1% | - |
| XYZ | 43.01 | 56.56 | 102.42 | - |
| YUV | 165.02 | 178.21 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 216 | 254 | 0.88 | 0.15 | 0 | 0.00 | 190.22 | 0.99 | 0.56 |
| Hex | 1F | D8 | FE | 58 | F | 0 | 0 | BE | 63 | 38 |
| Octal | 37 | 330 | 376 | 130 | 17 | 0 | 0 | 276 | 143 | 70 |
| Binary | 11111 | 11011000 | 11111110 | 1011000 | 1111 | 0 | 0 | 10111110 | 1100011 | 111000 |
Color Harmonies of #1FD8FE
Complementary color
Monochromatic Colors of #1FD8FE
Black with #1FD8FE
Text Example
Text Example
White with #1FD8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD8FE; }
p { color: rgb(31,216,254); }
H1.HeaderClassName
{
color: #1FD8FE;
}
.AnyTagClassName
{
color: #1FD8FE;
}
</style>
background-color css
<style>
a { background-color: #1FD8FE; }
a { background-color: rgb(31,216,254); }
div.DivClassName
{
background-color: #1FD8FE;
}
.BgClassName
{
background-color: #1FD8FE;
}
</style>
border-color css
<style>
span { border-color: #1FD8FE; }
span { border-color: rgb(31,216,254); }
td.TdClassName
{
border-color: #1FD8FE;
}
.TagClassName
{
border-color: #1FD8FE;
}
</style>