Shades of Deep Sky Blue #05BFE5
Tints of Deep Sky Blue #05BFE5
RGB
CMYK
RGB Variations
Color information
#05BFE5 (or 0x05BFE5) is known color: Deep Sky Blue. HEX triplet: 05, BF and E5. RGB value is (5,191,229). Sum of RGB (Red+Green+Blue) = 5+191+229=425 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #05BFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFE5 is #FA401A. Grayscale: #8B8B8B. Windows color (decimal): -16400411 or 15056645. OLE color: 15056645.
HSL color Cylindrical-coordinate representation of color #05BFE5: hue angle of 190.18º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BFE5 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 191 | 229 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.10 |
| HSL | 190.18º | 0.96% | 0.46% | - |
| HSV(B) | 190.18º | 0.98% | 0.9% | - |
| XYZ | 32.84 | 42.95 | 80.69 | - |
| YUV | 139.72 | 178.38 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 229 | 0.98 | 0.17 | 0 | 0.10 | 190.18 | 0.96 | 0.46 |
| Hex | 5 | BF | E5 | 62 | 11 | 0 | A | BE | 60 | 2E |
| Octal | 5 | 277 | 345 | 142 | 21 | 0 | 12 | 276 | 140 | 56 |
| Binary | 101 | 10111111 | 11100101 | 1100010 | 10001 | 0 | 1010 | 10111110 | 1100000 | 101110 |
Color Harmonies of #05BFE5
Complementary color
Monochromatic Colors of #05BFE5
Black with #05BFE5
Text Example
Text Example
White with #05BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BFE5; }
p { color: rgb(5,191,229); }
H1.HeaderClassName
{
color: #05BFE5;
}
.AnyTagClassName
{
color: #05BFE5;
}
</style>
background-color css
<style>
a { background-color: #05BFE5; }
a { background-color: rgb(5,191,229); }
div.DivClassName
{
background-color: #05BFE5;
}
.BgClassName
{
background-color: #05BFE5;
}
</style>
border-color css
<style>
span { border-color: #05BFE5; }
span { border-color: rgb(5,191,229); }
td.TdClassName
{
border-color: #05BFE5;
}
.TagClassName
{
border-color: #05BFE5;
}
</style>