Shades of Deep Sky Blue #1FB2FF
Tints of Deep Sky Blue #1FB2FF
RGB
CMYK
RGB Variations
Color information
#1FB2FF (or 0x1FB2FF) is known color: Deep Sky Blue. HEX triplet: 1F, B2 and FF. RGB value is (31,178,255). Sum of RGB (Red+Green+Blue) = 31+178+255=464 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.68% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FB2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FB2FF is #E04D00. Grayscale: #8E8E8E. Windows color (decimal): -14699777 or 16757279. OLE color: 16757279.
HSL color Cylindrical-coordinate representation of color #1FB2FF: hue angle of 200.62º 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 #1FB2FF is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 178 | 255 | - |
| CMYK | 0.88 | 0.30 | 0 | 0 |
| HSL | 200.63º | 1% | 0.56% | - |
| HSV(B) | 200.63º | 0.88% | 1% | - |
| XYZ | 34.54 | 39.35 | 100.38 | - |
| YUV | 142.83 | 191.3 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 255 | 0.88 | 0.30 | 0 | 0 | 200.63 | 1 | 0.56 |
| Hex | 1F | B2 | FF | 58 | 1E | 0 | 0 | C9 | 64 | 38 |
| Octal | 37 | 262 | 377 | 130 | 36 | 0 | 0 | 311 | 144 | 70 |
| Binary | 11111 | 10110010 | 11111111 | 1011000 | 11110 | 0 | 0 | 11001001 | 1100100 | 111000 |
Color Harmonies of #1FB2FF
Complementary color
Monochromatic Colors of #1FB2FF
Black with #1FB2FF
Text Example
Text Example
White with #1FB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB2FF; }
p { color: rgb(31,178,255); }
H1.HeaderClassName
{
color: #1FB2FF;
}
.AnyTagClassName
{
color: #1FB2FF;
}
</style>
background-color css
<style>
a { background-color: #1FB2FF; }
a { background-color: rgb(31,178,255); }
div.DivClassName
{
background-color: #1FB2FF;
}
.BgClassName
{
background-color: #1FB2FF;
}
</style>
border-color css
<style>
span { border-color: #1FB2FF; }
span { border-color: rgb(31,178,255); }
td.TdClassName
{
border-color: #1FB2FF;
}
.TagClassName
{
border-color: #1FB2FF;
}
</style>