Shades of Deep Sky Blue #1FB9FF
Tints of Deep Sky Blue #1FB9FF
RGB
CMYK
RGB Variations
Color information
#1FB9FF (or 0x1FB9FF) is known color: Deep Sky Blue. HEX triplet: 1F, B9 and FF. RGB value is (31,185,255). Sum of RGB (Red+Green+Blue) = 31+185+255=471 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.58% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FB9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB9FF is #E04600. Grayscale: #929292. Windows color (decimal): -14697985 or 16759071. OLE color: 16759071.
HSL color Cylindrical-coordinate representation of color #1FB9FF: hue angle of 198.75º 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 #1FB9FF is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 185 | 255 | - |
| CMYK | 0.88 | 0.27 | 0 | 0 |
| HSL | 198.75º | 1% | 0.56% | - |
| HSV(B) | 198.75º | 0.88% | 1% | - |
| XYZ | 35.96 | 42.21 | 100.86 | - |
| YUV | 146.93 | 188.98 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 185 | 255 | 0.88 | 0.27 | 0 | 0 | 198.75 | 1 | 0.56 |
| Hex | 1F | B9 | FF | 58 | 1B | 0 | 0 | C7 | 64 | 38 |
| Octal | 37 | 271 | 377 | 130 | 33 | 0 | 0 | 307 | 144 | 70 |
| Binary | 11111 | 10111001 | 11111111 | 1011000 | 11011 | 0 | 0 | 11000111 | 1100100 | 111000 |
Color Harmonies of #1FB9FF
Complementary color
Monochromatic Colors of #1FB9FF
Black with #1FB9FF
Text Example
Text Example
White with #1FB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB9FF; }
p { color: rgb(31,185,255); }
H1.HeaderClassName
{
color: #1FB9FF;
}
.AnyTagClassName
{
color: #1FB9FF;
}
</style>
background-color css
<style>
a { background-color: #1FB9FF; }
a { background-color: rgb(31,185,255); }
div.DivClassName
{
background-color: #1FB9FF;
}
.BgClassName
{
background-color: #1FB9FF;
}
</style>
border-color css
<style>
span { border-color: #1FB9FF; }
span { border-color: rgb(31,185,255); }
td.TdClassName
{
border-color: #1FB9FF;
}
.TagClassName
{
border-color: #1FB9FF;
}
</style>