Shades of Deep Sky Blue #1FDBFD
Tints of Deep Sky Blue #1FDBFD
RGB
CMYK
RGB Variations
Color information
#1FDBFD (or 0x1FDBFD) is known color: Deep Sky Blue. HEX triplet: 1F, DB and FD. RGB value is (31,219,253). Sum of RGB (Red+Green+Blue) = 31+219+253=503 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.16% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FDBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDBFD is #E02402. Grayscale: #A6A6A6. Windows color (decimal): -14689283 or 16636703. OLE color: 16636703.
HSL color Cylindrical-coordinate representation of color #1FDBFD: hue angle of 189.19º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FDBFD is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 219 | 253 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.01 |
| HSL | 189.19º | 0.98% | 0.56% | - |
| HSV(B) | 189.19º | 0.88% | 0.99% | - |
| XYZ | 43.63 | 58.05 | 101.83 | - |
| YUV | 166.66 | 176.72 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 253 | 0.88 | 0.13 | 0 | 0.01 | 189.19 | 0.98 | 0.56 |
| Hex | 1F | DB | FD | 58 | D | 0 | 1 | BD | 62 | 38 |
| Octal | 37 | 333 | 375 | 130 | 15 | 0 | 1 | 275 | 142 | 70 |
| Binary | 11111 | 11011011 | 11111101 | 1011000 | 1101 | 0 | 1 | 10111101 | 1100010 | 111000 |
Color Harmonies of #1FDBFD
Complementary color
Monochromatic Colors of #1FDBFD
Black with #1FDBFD
Text Example
Text Example
White with #1FDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBFD; }
p { color: rgb(31,219,253); }
H1.HeaderClassName
{
color: #1FDBFD;
}
.AnyTagClassName
{
color: #1FDBFD;
}
</style>
background-color css
<style>
a { background-color: #1FDBFD; }
a { background-color: rgb(31,219,253); }
div.DivClassName
{
background-color: #1FDBFD;
}
.BgClassName
{
background-color: #1FDBFD;
}
</style>
border-color css
<style>
span { border-color: #1FDBFD; }
span { border-color: rgb(31,219,253); }
td.TdClassName
{
border-color: #1FDBFD;
}
.TagClassName
{
border-color: #1FDBFD;
}
</style>