Shades of Deep Sky Blue #05B2FF
Tints of Deep Sky Blue #05B2FF
RGB
CMYK
RGB Variations
Color information
#05B2FF (or 0x05B2FF) is known color: Deep Sky Blue. HEX triplet: 05, B2 and FF. RGB value is (5,178,255). Sum of RGB (Red+Green+Blue) = 5+178+255=438 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #05B2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05B2FF is #FA4D00. Grayscale: #868686. Windows color (decimal): -16403713 or 16757253. OLE color: 16757253.
HSL color Cylindrical-coordinate representation of color #05B2FF: hue angle of 198.48º 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 #05B2FF is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 178 | 255 | - |
| CMYK | 0.98 | 0.30 | 0 | 0 |
| HSL | 198.48º | 1% | 0.51% | - |
| HSV(B) | 198.48º | 0.98% | 1% | - |
| XYZ | 34.03 | 39.09 | 100.36 | - |
| YUV | 135.05 | 195.69 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 255 | 0.98 | 0.30 | 0 | 0 | 198.48 | 1 | 0.51 |
| Hex | 5 | B2 | FF | 62 | 1E | 0 | 0 | C6 | 64 | 33 |
| Octal | 5 | 262 | 377 | 142 | 36 | 0 | 0 | 306 | 144 | 63 |
| Binary | 101 | 10110010 | 11111111 | 1100010 | 11110 | 0 | 0 | 11000110 | 1100100 | 110011 |
Color Harmonies of #05B2FF
Complementary color
Monochromatic Colors of #05B2FF
Black with #05B2FF
Text Example
Text Example
White with #05B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B2FF; }
p { color: rgb(5,178,255); }
H1.HeaderClassName
{
color: #05B2FF;
}
.AnyTagClassName
{
color: #05B2FF;
}
</style>
background-color css
<style>
a { background-color: #05B2FF; }
a { background-color: rgb(5,178,255); }
div.DivClassName
{
background-color: #05B2FF;
}
.BgClassName
{
background-color: #05B2FF;
}
</style>
border-color css
<style>
span { border-color: #05B2FF; }
span { border-color: rgb(5,178,255); }
td.TdClassName
{
border-color: #05B2FF;
}
.TagClassName
{
border-color: #05B2FF;
}
</style>