Shades of Deep Sky Blue #05BEE5
Tints of Deep Sky Blue #05BEE5
RGB
CMYK
RGB Variations
Color information
#05BEE5 (or 0x05BEE5) is known color: Deep Sky Blue. HEX triplet: 05, BE and E5. RGB value is (5,190,229). Sum of RGB (Red+Green+Blue) = 5+190+229=424 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #05BEE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BEE5 is #FA411A. Grayscale: #8A8A8A. Windows color (decimal): -16400667 or 15056389. OLE color: 15056389.
HSL color Cylindrical-coordinate representation of color #05BEE5: hue angle of 190.45º 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 #05BEE5 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 190 | 229 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.10 |
| HSL | 190.45º | 0.96% | 0.46% | - |
| HSV(B) | 190.45º | 0.98% | 0.9% | - |
| XYZ | 32.62 | 42.52 | 80.62 | - |
| YUV | 139.13 | 178.71 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 190 | 229 | 0.98 | 0.17 | 0 | 0.10 | 190.45 | 0.96 | 0.46 |
| Hex | 5 | BE | E5 | 62 | 11 | 0 | A | BE | 60 | 2E |
| Octal | 5 | 276 | 345 | 142 | 21 | 0 | 12 | 276 | 140 | 56 |
| Binary | 101 | 10111110 | 11100101 | 1100010 | 10001 | 0 | 1010 | 10111110 | 1100000 | 101110 |
Color Harmonies of #05BEE5
Complementary color
Monochromatic Colors of #05BEE5
Black with #05BEE5
Text Example
Text Example
White with #05BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BEE5; }
p { color: rgb(5,190,229); }
H1.HeaderClassName
{
color: #05BEE5;
}
.AnyTagClassName
{
color: #05BEE5;
}
</style>
background-color css
<style>
a { background-color: #05BEE5; }
a { background-color: rgb(5,190,229); }
div.DivClassName
{
background-color: #05BEE5;
}
.BgClassName
{
background-color: #05BEE5;
}
</style>
border-color css
<style>
span { border-color: #05BEE5; }
span { border-color: rgb(5,190,229); }
td.TdClassName
{
border-color: #05BEE5;
}
.TagClassName
{
border-color: #05BEE5;
}
</style>