Shades of Deep Sky Blue #1FDBFF
Tints of Deep Sky Blue #1FDBFF
RGB
CMYK
RGB Variations
Color information
#1FDBFF (or 0x1FDBFF) is known color: Deep Sky Blue. HEX triplet: 1F, DB and FF. RGB value is (31,219,255). Sum of RGB (Red+Green+Blue) = 31+219+255=505 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.14% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FDBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDBFF is #E02400. Grayscale: #A6A6A6. Windows color (decimal): -14689281 or 16767775. OLE color: 16767775.
HSL color Cylindrical-coordinate representation of color #1FDBFF: hue angle of 189.64º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FDBFF is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 219 | 255 | - |
| CMYK | 0.88 | 0.14 | 0 | 0 |
| HSL | 189.64º | 1% | 0.56% | - |
| HSV(B) | 189.64º | 0.88% | 1% | - |
| XYZ | 43.95 | 58.17 | 103.52 | - |
| YUV | 166.89 | 177.72 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 255 | 0.88 | 0.14 | 0 | 0 | 189.64 | 1 | 0.56 |
| Hex | 1F | DB | FF | 58 | E | 0 | 0 | BE | 64 | 38 |
| Octal | 37 | 333 | 377 | 130 | 16 | 0 | 0 | 276 | 144 | 70 |
| Binary | 11111 | 11011011 | 11111111 | 1011000 | 1110 | 0 | 0 | 10111110 | 1100100 | 111000 |
Color Harmonies of #1FDBFF
Complementary color
Monochromatic Colors of #1FDBFF
Black with #1FDBFF
Text Example
Text Example
White with #1FDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBFF; }
p { color: rgb(31,219,255); }
H1.HeaderClassName
{
color: #1FDBFF;
}
.AnyTagClassName
{
color: #1FDBFF;
}
</style>
background-color css
<style>
a { background-color: #1FDBFF; }
a { background-color: rgb(31,219,255); }
div.DivClassName
{
background-color: #1FDBFF;
}
.BgClassName
{
background-color: #1FDBFF;
}
</style>
border-color css
<style>
span { border-color: #1FDBFF; }
span { border-color: rgb(31,219,255); }
td.TdClassName
{
border-color: #1FDBFF;
}
.TagClassName
{
border-color: #1FDBFF;
}
</style>