Shades of Deep Sky Blue #1FBBFF
Tints of Deep Sky Blue #1FBBFF
RGB
CMYK
RGB Variations
Color information
#1FBBFF (or 0x1FBBFF) is known color: Deep Sky Blue. HEX triplet: 1F, BB and FF. RGB value is (31,187,255). Sum of RGB (Red+Green+Blue) = 31+187+255=473 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.55% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FBBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBBFF is #E04400. Grayscale: #939393. Windows color (decimal): -14697473 or 16759583. OLE color: 16759583.
HSL color Cylindrical-coordinate representation of color #1FBBFF: hue angle of 198.21º 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 #1FBBFF is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 187 | 255 | - |
| CMYK | 0.88 | 0.27 | 0 | 0 |
| HSL | 198.21º | 1% | 0.56% | - |
| HSV(B) | 198.21º | 0.88% | 1% | - |
| XYZ | 36.39 | 43.05 | 101 | - |
| YUV | 148.11 | 188.32 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 187 | 255 | 0.88 | 0.27 | 0 | 0 | 198.21 | 1 | 0.56 |
| Hex | 1F | BB | FF | 58 | 1B | 0 | 0 | C6 | 64 | 38 |
| Octal | 37 | 273 | 377 | 130 | 33 | 0 | 0 | 306 | 144 | 70 |
| Binary | 11111 | 10111011 | 11111111 | 1011000 | 11011 | 0 | 0 | 11000110 | 1100100 | 111000 |
Color Harmonies of #1FBBFF
Complementary color
Monochromatic Colors of #1FBBFF
Black with #1FBBFF
Text Example
Text Example
White with #1FBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBBFF; }
p { color: rgb(31,187,255); }
H1.HeaderClassName
{
color: #1FBBFF;
}
.AnyTagClassName
{
color: #1FBBFF;
}
</style>
background-color css
<style>
a { background-color: #1FBBFF; }
a { background-color: rgb(31,187,255); }
div.DivClassName
{
background-color: #1FBBFF;
}
.BgClassName
{
background-color: #1FBBFF;
}
</style>
border-color css
<style>
span { border-color: #1FBBFF; }
span { border-color: rgb(31,187,255); }
td.TdClassName
{
border-color: #1FBBFF;
}
.TagClassName
{
border-color: #1FBBFF;
}
</style>