Shades of Deep Sky Blue #1FDDFF
Tints of Deep Sky Blue #1FDDFF
RGB
CMYK
RGB Variations
Color information
#1FDDFF (or 0x1FDDFF) is known color: Deep Sky Blue. HEX triplet: 1F, DD and FF. RGB value is (31,221,255). Sum of RGB (Red+Green+Blue) = 31+221+255=507 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.11% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FDDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDDFF is #E02200. Grayscale: #A7A7A7. Windows color (decimal): -14688769 or 16768287. OLE color: 16768287.
HSL color Cylindrical-coordinate representation of color #1FDDFF: hue angle of 189.11º 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 #1FDDFF is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 221 | 255 | - |
| CMYK | 0.88 | 0.13 | 0 | 0 |
| HSL | 189.11º | 1% | 0.56% | - |
| HSV(B) | 189.11º | 0.88% | 1% | - |
| XYZ | 44.47 | 59.22 | 103.7 | - |
| YUV | 168.07 | 177.05 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 255 | 0.88 | 0.13 | 0 | 0 | 189.11 | 1 | 0.56 |
| Hex | 1F | DD | FF | 58 | D | 0 | 0 | BD | 64 | 38 |
| Octal | 37 | 335 | 377 | 130 | 15 | 0 | 0 | 275 | 144 | 70 |
| Binary | 11111 | 11011101 | 11111111 | 1011000 | 1101 | 0 | 0 | 10111101 | 1100100 | 111000 |
Color Harmonies of #1FDDFF
Complementary color
Monochromatic Colors of #1FDDFF
Black with #1FDDFF
Text Example
Text Example
White with #1FDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDFF; }
p { color: rgb(31,221,255); }
H1.HeaderClassName
{
color: #1FDDFF;
}
.AnyTagClassName
{
color: #1FDDFF;
}
</style>
background-color css
<style>
a { background-color: #1FDDFF; }
a { background-color: rgb(31,221,255); }
div.DivClassName
{
background-color: #1FDDFF;
}
.BgClassName
{
background-color: #1FDDFF;
}
</style>
border-color css
<style>
span { border-color: #1FDDFF; }
span { border-color: rgb(31,221,255); }
td.TdClassName
{
border-color: #1FDDFF;
}
.TagClassName
{
border-color: #1FDDFF;
}
</style>