Shades of Deep Sky Blue #1FD3F3
Tints of Deep Sky Blue #1FD3F3
RGB
CMYK
RGB Variations
Color information
#1FD3F3 (or 0x1FD3F3) is known color: Deep Sky Blue. HEX triplet: 1F, D3 and F3. RGB value is (31,211,243). Sum of RGB (Red+Green+Blue) = 31+211+243=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #1FD3F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD3F3 is #E02C0C. Grayscale: #A0A0A0. Windows color (decimal): -14691341 or 15979295. OLE color: 15979295.
HSL color Cylindrical-coordinate representation of color #1FD3F3: hue angle of 189.06º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FD3F3 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 211 | 243 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.05 |
| HSL | 189.06º | 0.9% | 0.54% | - |
| HSV(B) | 189.06º | 0.87% | 0.95% | - |
| XYZ | 40.04 | 53.35 | 92.98 | - |
| YUV | 160.83 | 174.37 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 243 | 0.87 | 0.13 | 0 | 0.05 | 189.06 | 0.9 | 0.54 |
| Hex | 1F | D3 | F3 | 57 | D | 0 | 5 | BD | 5A | 36 |
| Octal | 37 | 323 | 363 | 127 | 15 | 0 | 5 | 275 | 132 | 66 |
| Binary | 11111 | 11010011 | 11110011 | 1010111 | 1101 | 0 | 101 | 10111101 | 1011010 | 110110 |
Color Harmonies of #1FD3F3
Complementary color
Monochromatic Colors of #1FD3F3
Black with #1FD3F3
Text Example
Text Example
White with #1FD3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD3F3; }
p { color: rgb(31,211,243); }
H1.HeaderClassName
{
color: #1FD3F3;
}
.AnyTagClassName
{
color: #1FD3F3;
}
</style>
background-color css
<style>
a { background-color: #1FD3F3; }
a { background-color: rgb(31,211,243); }
div.DivClassName
{
background-color: #1FD3F3;
}
.BgClassName
{
background-color: #1FD3F3;
}
</style>
border-color css
<style>
span { border-color: #1FD3F3; }
span { border-color: rgb(31,211,243); }
td.TdClassName
{
border-color: #1FD3F3;
}
.TagClassName
{
border-color: #1FD3F3;
}
</style>