Shades of Deep Sky Blue #05BCFD
Tints of Deep Sky Blue #05BCFD
RGB
CMYK
RGB Variations
Color information
#05BCFD (or 0x05BCFD) is known color: Deep Sky Blue. HEX triplet: 05, BC and FD. RGB value is (5,188,253). Sum of RGB (Red+Green+Blue) = 5+188+253=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #05BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BCFD is #FA4302. Grayscale: #8C8C8C. Windows color (decimal): -16401155 or 16628741. OLE color: 16628741.
HSL color Cylindrical-coordinate representation of color #05BCFD: hue angle of 195.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCFD is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 188 | 253 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.01 |
| HSL | 195.73º | 0.98% | 0.51% | - |
| HSV(B) | 195.73º | 0.98% | 0.99% | - |
| XYZ | 35.78 | 43.09 | 99.36 | - |
| YUV | 140.69 | 191.37 | 31.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 253 | 0.98 | 0.26 | 0 | 0.01 | 195.73 | 0.98 | 0.51 |
| Hex | 5 | BC | FD | 62 | 1A | 0 | 1 | C4 | 62 | 33 |
| Octal | 5 | 274 | 375 | 142 | 32 | 0 | 1 | 304 | 142 | 63 |
| Binary | 101 | 10111100 | 11111101 | 1100010 | 11010 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #05BCFD
Complementary color
Monochromatic Colors of #05BCFD
Black with #05BCFD
Text Example
Text Example
White with #05BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCFD; }
p { color: rgb(5,188,253); }
H1.HeaderClassName
{
color: #05BCFD;
}
.AnyTagClassName
{
color: #05BCFD;
}
</style>
background-color css
<style>
a { background-color: #05BCFD; }
a { background-color: rgb(5,188,253); }
div.DivClassName
{
background-color: #05BCFD;
}
.BgClassName
{
background-color: #05BCFD;
}
</style>
border-color css
<style>
span { border-color: #05BCFD; }
span { border-color: rgb(5,188,253); }
td.TdClassName
{
border-color: #05BCFD;
}
.TagClassName
{
border-color: #05BCFD;
}
</style>