Shades of Deep Sky Blue #05B1FF
Tints of Deep Sky Blue #05B1FF
RGB
CMYK
RGB Variations
Color information
#05B1FF (or 0x05B1FF) is known color: Deep Sky Blue. HEX triplet: 05, B1 and FF. RGB value is (5,177,255). Sum of RGB (Red+Green+Blue) = 5+177+255=437 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #05B1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05B1FF is #FA4E00. Grayscale: #858585. Windows color (decimal): -16403969 or 16756997. OLE color: 16756997.
HSL color Cylindrical-coordinate representation of color #05B1FF: hue angle of 198.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B1FF is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 177 | 255 | - |
| CMYK | 0.98 | 0.31 | 0 | 0 |
| HSL | 198.72º | 1% | 0.51% | - |
| HSV(B) | 198.72º | 0.98% | 1% | - |
| XYZ | 33.83 | 38.7 | 100.29 | - |
| YUV | 134.46 | 196.02 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 177 | 255 | 0.98 | 0.31 | 0 | 0 | 198.72 | 1 | 0.51 |
| Hex | 5 | B1 | FF | 62 | 1F | 0 | 0 | C7 | 64 | 33 |
| Octal | 5 | 261 | 377 | 142 | 37 | 0 | 0 | 307 | 144 | 63 |
| Binary | 101 | 10110001 | 11111111 | 1100010 | 11111 | 0 | 0 | 11000111 | 1100100 | 110011 |
Color Harmonies of #05B1FF
Complementary color
Monochromatic Colors of #05B1FF
Black with #05B1FF
Text Example
Text Example
White with #05B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B1FF; }
p { color: rgb(5,177,255); }
H1.HeaderClassName
{
color: #05B1FF;
}
.AnyTagClassName
{
color: #05B1FF;
}
</style>
background-color css
<style>
a { background-color: #05B1FF; }
a { background-color: rgb(5,177,255); }
div.DivClassName
{
background-color: #05B1FF;
}
.BgClassName
{
background-color: #05B1FF;
}
</style>
border-color css
<style>
span { border-color: #05B1FF; }
span { border-color: rgb(5,177,255); }
td.TdClassName
{
border-color: #05B1FF;
}
.TagClassName
{
border-color: #05B1FF;
}
</style>