Shades of Deep Sky Blue #1FD3FF
Tints of Deep Sky Blue #1FD3FF
RGB
CMYK
RGB Variations
Color information
#1FD3FF (or 0x1FD3FF) is known color: Deep Sky Blue. HEX triplet: 1F, D3 and FF. RGB value is (31,211,255). Sum of RGB (Red+Green+Blue) = 31+211+255=497 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.24% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FD3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD3FF is #E02C00. Grayscale: #A1A1A1. Windows color (decimal): -14691329 or 16765727. OLE color: 16765727.
HSL color Cylindrical-coordinate representation of color #1FD3FF: hue angle of 191.79º 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 #1FD3FF is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 211 | 255 | - |
| CMYK | 0.88 | 0.17 | 0 | 0 |
| HSL | 191.79º | 1% | 0.56% | - |
| HSV(B) | 191.79º | 0.88% | 1% | - |
| XYZ | 41.91 | 54.1 | 102.84 | - |
| YUV | 162.2 | 180.37 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 255 | 0.88 | 0.17 | 0 | 0 | 191.79 | 1 | 0.56 |
| Hex | 1F | D3 | FF | 58 | 11 | 0 | 0 | C0 | 64 | 38 |
| Octal | 37 | 323 | 377 | 130 | 21 | 0 | 0 | 300 | 144 | 70 |
| Binary | 11111 | 11010011 | 11111111 | 1011000 | 10001 | 0 | 0 | 11000000 | 1100100 | 111000 |
Color Harmonies of #1FD3FF
Complementary color
Monochromatic Colors of #1FD3FF
Black with #1FD3FF
Text Example
Text Example
White with #1FD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD3FF; }
p { color: rgb(31,211,255); }
H1.HeaderClassName
{
color: #1FD3FF;
}
.AnyTagClassName
{
color: #1FD3FF;
}
</style>
background-color css
<style>
a { background-color: #1FD3FF; }
a { background-color: rgb(31,211,255); }
div.DivClassName
{
background-color: #1FD3FF;
}
.BgClassName
{
background-color: #1FD3FF;
}
</style>
border-color css
<style>
span { border-color: #1FD3FF; }
span { border-color: rgb(31,211,255); }
td.TdClassName
{
border-color: #1FD3FF;
}
.TagClassName
{
border-color: #1FD3FF;
}
</style>