Shades of Deep Sky Blue #1FB5FD
Tints of Deep Sky Blue #1FB5FD
RGB
CMYK
RGB Variations
Color information
#1FB5FD (or 0x1FB5FD) is known color: Deep Sky Blue. HEX triplet: 1F, B5 and FD. RGB value is (31,181,253). Sum of RGB (Red+Green+Blue) = 31+181+253=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FB5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB5FD is #E04A02. Grayscale: #8F8F8F. Windows color (decimal): -14699011 or 16626975. OLE color: 16626975.
HSL color Cylindrical-coordinate representation of color #1FB5FD: hue angle of 199.46º 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 #1FB5FD is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 31 | 181 | 253 | - |
CMYK | 0.88 | 0.28 | 0 | 0.01 |
HSL | 199.46º | 0.98% | 0.56% | - |
HSV(B) | 199.46º | 0.88% | 0.99% | - |
XYZ | 34.82 | 40.43 | 98.9 | - |
YUV | 144.36 | 189.31 | 47.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 181 | 253 | 0.88 | 0.28 | 0 | 0.01 | 199.46 | 0.98 | 0.56 |
Hex | 1F | B5 | FD | 58 | 1C | 0 | 1 | C7 | 62 | 38 |
Octal | 37 | 265 | 375 | 130 | 34 | 0 | 1 | 307 | 142 | 70 |
Binary | 11111 | 10110101 | 11111101 | 1011000 | 11100 | 0 | 1 | 11000111 | 1100010 | 111000 |
Color Harmonies of #1FB5FD
Complementary color
Monochromatic Colors of #1FB5FD
Black with #1FB5FD
Text Example
Text Example
White with #1FB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB5FD; }
p { color: rgb(31,181,253); }
H1.HeaderClassName
{
color: #1FB5FD;
}
.AnyTagClassName
{
color: #1FB5FD;
}
</style>
background-color css
<style>
a { background-color: #1FB5FD; }
a { background-color: rgb(31,181,253); }
div.DivClassName
{
background-color: #1FB5FD;
}
.BgClassName
{
background-color: #1FB5FD;
}
</style>
border-color css
<style>
span { border-color: #1FB5FD; }
span { border-color: rgb(31,181,253); }
td.TdClassName
{
border-color: #1FB5FD;
}
.TagClassName
{
border-color: #1FB5FD;
}
</style>