Shades of Deep Sky Blue #1FD5FE
Tints of Deep Sky Blue #1FD5FE
RGB
CMYK
RGB Variations
Color information
#1FD5FE (or 0x1FD5FE) is known color: Deep Sky Blue. HEX triplet: 1F, D5 and FE. RGB value is (31,213,254). Sum of RGB (Red+Green+Blue) = 31+213+254=498 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.22% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FD5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD5FE is #E02A01. Grayscale: #A2A2A2. Windows color (decimal): -14690818 or 16700703. OLE color: 16700703.
HSL color Cylindrical-coordinate representation of color #1FD5FE: hue angle of 191.03º 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 #1FD5FE is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 213 | 254 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.00 |
| HSL | 191.03º | 0.99% | 0.56% | - |
| HSV(B) | 191.03º | 0.88% | 1% | - |
| XYZ | 42.25 | 55.04 | 102.16 | - |
| YUV | 163.26 | 179.2 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 254 | 0.88 | 0.16 | 0 | 0.00 | 191.03 | 0.99 | 0.56 |
| Hex | 1F | D5 | FE | 58 | 10 | 0 | 0 | BF | 63 | 38 |
| Octal | 37 | 325 | 376 | 130 | 20 | 0 | 0 | 277 | 143 | 70 |
| Binary | 11111 | 11010101 | 11111110 | 1011000 | 10000 | 0 | 0 | 10111111 | 1100011 | 111000 |
Color Harmonies of #1FD5FE
Complementary color
Monochromatic Colors of #1FD5FE
Black with #1FD5FE
Text Example
Text Example
White with #1FD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD5FE; }
p { color: rgb(31,213,254); }
H1.HeaderClassName
{
color: #1FD5FE;
}
.AnyTagClassName
{
color: #1FD5FE;
}
</style>
background-color css
<style>
a { background-color: #1FD5FE; }
a { background-color: rgb(31,213,254); }
div.DivClassName
{
background-color: #1FD5FE;
}
.BgClassName
{
background-color: #1FD5FE;
}
</style>
border-color css
<style>
span { border-color: #1FD5FE; }
span { border-color: rgb(31,213,254); }
td.TdClassName
{
border-color: #1FD5FE;
}
.TagClassName
{
border-color: #1FD5FE;
}
</style>