Shades of Deep Sky Blue #05B3F9
Tints of Deep Sky Blue #05B3F9
RGB
CMYK
RGB Variations
Color information
#05B3F9 (or 0x05B3F9) is known color: Deep Sky Blue. HEX triplet: 05, B3 and F9. RGB value is (5,179,249). Sum of RGB (Red+Green+Blue) = 5+179+249=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #05B3F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05B3F9 is #FA4C06. Grayscale: #868686. Windows color (decimal): -16403463 or 16364293. OLE color: 16364293.
HSL color Cylindrical-coordinate representation of color #05B3F9: hue angle of 197.21º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B3F9 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 179 | 249 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.02 |
| HSL | 197.21º | 0.96% | 0.5% | - |
| HSV(B) | 197.21º | 0.98% | 0.98% | - |
| XYZ | 33.28 | 39.11 | 95.42 | - |
| YUV | 134.95 | 192.35 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 179 | 249 | 0.98 | 0.28 | 0 | 0.02 | 197.21 | 0.96 | 0.5 |
| Hex | 5 | B3 | F9 | 62 | 1C | 0 | 2 | C5 | 60 | 32 |
| Octal | 5 | 263 | 371 | 142 | 34 | 0 | 2 | 305 | 140 | 62 |
| Binary | 101 | 10110011 | 11111001 | 1100010 | 11100 | 0 | 10 | 11000101 | 1100000 | 110010 |
Color Harmonies of #05B3F9
Complementary color
Monochromatic Colors of #05B3F9
Black with #05B3F9
Text Example
Text Example
White with #05B3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B3F9; }
p { color: rgb(5,179,249); }
H1.HeaderClassName
{
color: #05B3F9;
}
.AnyTagClassName
{
color: #05B3F9;
}
</style>
background-color css
<style>
a { background-color: #05B3F9; }
a { background-color: rgb(5,179,249); }
div.DivClassName
{
background-color: #05B3F9;
}
.BgClassName
{
background-color: #05B3F9;
}
</style>
border-color css
<style>
span { border-color: #05B3F9; }
span { border-color: rgb(5,179,249); }
td.TdClassName
{
border-color: #05B3F9;
}
.TagClassName
{
border-color: #05B3F9;
}
</style>