Shades of Deep Sky Blue #1FDDFE
Tints of Deep Sky Blue #1FDDFE
RGB
CMYK
RGB Variations
Color information
#1FDDFE (or 0x1FDDFE) is known color: Deep Sky Blue. HEX triplet: 1F, DD and FE. RGB value is (31,221,254). Sum of RGB (Red+Green+Blue) = 31+221+254=506 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.13% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FDDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDDFE is #E02201. Grayscale: #A7A7A7. Windows color (decimal): -14688770 or 16702751. OLE color: 16702751.
HSL color Cylindrical-coordinate representation of color #1FDDFE: hue angle of 188.88º 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 #1FDDFE is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 221 | 254 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.00 |
| HSL | 188.88º | 0.99% | 0.56% | - |
| HSV(B) | 188.88º | 0.88% | 1% | - |
| XYZ | 44.31 | 59.16 | 102.85 | - |
| YUV | 167.95 | 176.55 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 254 | 0.88 | 0.13 | 0 | 0.00 | 188.88 | 0.99 | 0.56 |
| Hex | 1F | DD | FE | 58 | D | 0 | 0 | BD | 63 | 38 |
| Octal | 37 | 335 | 376 | 130 | 15 | 0 | 0 | 275 | 143 | 70 |
| Binary | 11111 | 11011101 | 11111110 | 1011000 | 1101 | 0 | 0 | 10111101 | 1100011 | 111000 |
Color Harmonies of #1FDDFE
Complementary color
Monochromatic Colors of #1FDDFE
Black with #1FDDFE
Text Example
Text Example
White with #1FDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDFE; }
p { color: rgb(31,221,254); }
H1.HeaderClassName
{
color: #1FDDFE;
}
.AnyTagClassName
{
color: #1FDDFE;
}
</style>
background-color css
<style>
a { background-color: #1FDDFE; }
a { background-color: rgb(31,221,254); }
div.DivClassName
{
background-color: #1FDDFE;
}
.BgClassName
{
background-color: #1FDDFE;
}
</style>
border-color css
<style>
span { border-color: #1FDDFE; }
span { border-color: rgb(31,221,254); }
td.TdClassName
{
border-color: #1FDDFE;
}
.TagClassName
{
border-color: #1FDDFE;
}
</style>