Shades of Deep Sky Blue #1FB3FF
Tints of Deep Sky Blue #1FB3FF
RGB
CMYK
RGB Variations
Color information
#1FB3FF (or 0x1FB3FF) is known color: Deep Sky Blue. HEX triplet: 1F, B3 and FF. RGB value is (31,179,255). Sum of RGB (Red+Green+Blue) = 31+179+255=465 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.67% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FB3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB3FF is #E04C00. Grayscale: #8E8E8E. Windows color (decimal): -14699521 or 16757535. OLE color: 16757535.
HSL color Cylindrical-coordinate representation of color #1FB3FF: hue angle of 200.36º 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 #1FB3FF is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 179 | 255 | - |
| CMYK | 0.88 | 0.30 | 0 | 0 |
| HSL | 200.36º | 1% | 0.56% | - |
| HSV(B) | 200.36º | 0.88% | 1% | - |
| XYZ | 34.74 | 39.75 | 100.45 | - |
| YUV | 143.41 | 190.97 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 255 | 0.88 | 0.30 | 0 | 0 | 200.36 | 1 | 0.56 |
| Hex | 1F | B3 | FF | 58 | 1E | 0 | 0 | C8 | 64 | 38 |
| Octal | 37 | 263 | 377 | 130 | 36 | 0 | 0 | 310 | 144 | 70 |
| Binary | 11111 | 10110011 | 11111111 | 1011000 | 11110 | 0 | 0 | 11001000 | 1100100 | 111000 |
Color Harmonies of #1FB3FF
Complementary color
Monochromatic Colors of #1FB3FF
Black with #1FB3FF
Text Example
Text Example
White with #1FB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB3FF; }
p { color: rgb(31,179,255); }
H1.HeaderClassName
{
color: #1FB3FF;
}
.AnyTagClassName
{
color: #1FB3FF;
}
</style>
background-color css
<style>
a { background-color: #1FB3FF; }
a { background-color: rgb(31,179,255); }
div.DivClassName
{
background-color: #1FB3FF;
}
.BgClassName
{
background-color: #1FB3FF;
}
</style>
border-color css
<style>
span { border-color: #1FB3FF; }
span { border-color: rgb(31,179,255); }
td.TdClassName
{
border-color: #1FB3FF;
}
.TagClassName
{
border-color: #1FB3FF;
}
</style>