Shades of Deep Sky Blue #05BCF8
Tints of Deep Sky Blue #05BCF8
RGB
CMYK
RGB Variations
Color information
#05BCF8 (or 0x05BCF8) is known color: Deep Sky Blue. HEX triplet: 05, BC and F8. RGB value is (5,188,248). Sum of RGB (Red+Green+Blue) = 5+188+248=441 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #05BCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BCF8 is #FA4307. Grayscale: #8B8B8B. Windows color (decimal): -16401160 or 16301061. OLE color: 16301061.
HSL color Cylindrical-coordinate representation of color #05BCF8: hue angle of 194.81º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCF8 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 188 | 248 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.03 |
| HSL | 194.81º | 0.96% | 0.5% | - |
| HSV(B) | 194.81º | 0.98% | 0.97% | - |
| XYZ | 34.99 | 42.78 | 95.22 | - |
| YUV | 140.12 | 188.87 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 248 | 0.98 | 0.24 | 0 | 0.03 | 194.81 | 0.96 | 0.5 |
| Hex | 5 | BC | F8 | 62 | 18 | 0 | 3 | C3 | 60 | 32 |
| Octal | 5 | 274 | 370 | 142 | 30 | 0 | 3 | 303 | 140 | 62 |
| Binary | 101 | 10111100 | 11111000 | 1100010 | 11000 | 0 | 11 | 11000011 | 1100000 | 110010 |
Color Harmonies of #05BCF8
Complementary color
Monochromatic Colors of #05BCF8
Black with #05BCF8
Text Example
Text Example
White with #05BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCF8; }
p { color: rgb(5,188,248); }
H1.HeaderClassName
{
color: #05BCF8;
}
.AnyTagClassName
{
color: #05BCF8;
}
</style>
background-color css
<style>
a { background-color: #05BCF8; }
a { background-color: rgb(5,188,248); }
div.DivClassName
{
background-color: #05BCF8;
}
.BgClassName
{
background-color: #05BCF8;
}
</style>
border-color css
<style>
span { border-color: #05BCF8; }
span { border-color: rgb(5,188,248); }
td.TdClassName
{
border-color: #05BCF8;
}
.TagClassName
{
border-color: #05BCF8;
}
</style>