Shades of Deep Sky Blue #1FD1FA
Tints of Deep Sky Blue #1FD1FA
RGB
CMYK
RGB Variations
Color information
#1FD1FA (or 0x1FD1FA) is known color: Deep Sky Blue. HEX triplet: 1F, D1 and FA. RGB value is (31,209,250). Sum of RGB (Red+Green+Blue) = 31+209+250=490 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.33% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #1FD1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FD1FA is #E02E05. Grayscale: #A0A0A0. Windows color (decimal): -14691846 or 16437535. OLE color: 16437535.
HSL color Cylindrical-coordinate representation of color #1FD1FA: hue angle of 191.23º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FD1FA is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 209 | 250 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.02 |
| HSL | 191.23º | 0.96% | 0.55% | - |
| HSV(B) | 191.23º | 0.88% | 0.98% | - |
| XYZ | 40.62 | 52.79 | 98.49 | - |
| YUV | 160.45 | 178.53 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 209 | 250 | 0.88 | 0.16 | 0 | 0.02 | 191.23 | 0.96 | 0.55 |
| Hex | 1F | D1 | FA | 58 | 10 | 0 | 2 | BF | 60 | 37 |
| Octal | 37 | 321 | 372 | 130 | 20 | 0 | 2 | 277 | 140 | 67 |
| Binary | 11111 | 11010001 | 11111010 | 1011000 | 10000 | 0 | 10 | 10111111 | 1100000 | 110111 |
Color Harmonies of #1FD1FA
Complementary color
Monochromatic Colors of #1FD1FA
Black with #1FD1FA
Text Example
Text Example
White with #1FD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD1FA; }
p { color: rgb(31,209,250); }
H1.HeaderClassName
{
color: #1FD1FA;
}
.AnyTagClassName
{
color: #1FD1FA;
}
</style>
background-color css
<style>
a { background-color: #1FD1FA; }
a { background-color: rgb(31,209,250); }
div.DivClassName
{
background-color: #1FD1FA;
}
.BgClassName
{
background-color: #1FD1FA;
}
</style>
border-color css
<style>
span { border-color: #1FD1FA; }
span { border-color: rgb(31,209,250); }
td.TdClassName
{
border-color: #1FD1FA;
}
.TagClassName
{
border-color: #1FD1FA;
}
</style>