Shades of Deep Sky Blue #1FB8FD
Tints of Deep Sky Blue #1FB8FD
RGB
CMYK
RGB Variations
Color information
#1FB8FD (or 0x1FB8FD) is known color: Deep Sky Blue. HEX triplet: 1F, B8 and FD. RGB value is (31,184,253). Sum of RGB (Red+Green+Blue) = 31+184+253=468 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.62% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FB8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB8FD is #E04702. Grayscale: #919191. Windows color (decimal): -14698243 or 16627743. OLE color: 16627743.
HSL color Cylindrical-coordinate representation of color #1FB8FD: hue angle of 198.65º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FB8FD is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 184 | 253 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.01 |
| HSL | 198.65º | 0.98% | 0.56% | - |
| HSV(B) | 198.65º | 0.88% | 0.99% | - |
| XYZ | 35.44 | 41.66 | 99.1 | - |
| YUV | 146.12 | 188.31 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 253 | 0.88 | 0.27 | 0 | 0.01 | 198.65 | 0.98 | 0.56 |
| Hex | 1F | B8 | FD | 58 | 1B | 0 | 1 | C7 | 62 | 38 |
| Octal | 37 | 270 | 375 | 130 | 33 | 0 | 1 | 307 | 142 | 70 |
| Binary | 11111 | 10111000 | 11111101 | 1011000 | 11011 | 0 | 1 | 11000111 | 1100010 | 111000 |
Color Harmonies of #1FB8FD
Complementary color
Monochromatic Colors of #1FB8FD
Black with #1FB8FD
Text Example
Text Example
White with #1FB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB8FD; }
p { color: rgb(31,184,253); }
H1.HeaderClassName
{
color: #1FB8FD;
}
.AnyTagClassName
{
color: #1FB8FD;
}
</style>
background-color css
<style>
a { background-color: #1FB8FD; }
a { background-color: rgb(31,184,253); }
div.DivClassName
{
background-color: #1FB8FD;
}
.BgClassName
{
background-color: #1FB8FD;
}
</style>
border-color css
<style>
span { border-color: #1FB8FD; }
span { border-color: rgb(31,184,253); }
td.TdClassName
{
border-color: #1FB8FD;
}
.TagClassName
{
border-color: #1FB8FD;
}
</style>