Shades of Deep Sky Blue #05ADE5
Tints of Deep Sky Blue #05ADE5
RGB
CMYK
RGB Variations
Color information
#05ADE5 (or 0x05ADE5) is known color: Deep Sky Blue. HEX triplet: 05, AD and E5. RGB value is (5,173,229). Sum of RGB (Red+Green+Blue) = 5+173+229=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #05ADE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADE5 is #FA521A. Grayscale: #808080. Windows color (decimal): -16405019 or 15052037. OLE color: 15052037.
HSL color Cylindrical-coordinate representation of color #05ADE5: hue angle of 195º 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 #05ADE5 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 173 | 229 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.10 |
| HSL | 195º | 0.96% | 0.46% | - |
| HSV(B) | 195º | 0.98% | 0.9% | - |
| XYZ | 29.15 | 35.58 | 79.46 | - |
| YUV | 129.15 | 184.34 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 229 | 0.98 | 0.24 | 0 | 0.10 | 195 | 0.96 | 0.46 |
| Hex | 5 | AD | E5 | 62 | 18 | 0 | A | C3 | 60 | 2E |
| Octal | 5 | 255 | 345 | 142 | 30 | 0 | 12 | 303 | 140 | 56 |
| Binary | 101 | 10101101 | 11100101 | 1100010 | 11000 | 0 | 1010 | 11000011 | 1100000 | 101110 |
Color Harmonies of #05ADE5
Complementary color
Monochromatic Colors of #05ADE5
Black with #05ADE5
Text Example
Text Example
White with #05ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADE5; }
p { color: rgb(5,173,229); }
H1.HeaderClassName
{
color: #05ADE5;
}
.AnyTagClassName
{
color: #05ADE5;
}
</style>
background-color css
<style>
a { background-color: #05ADE5; }
a { background-color: rgb(5,173,229); }
div.DivClassName
{
background-color: #05ADE5;
}
.BgClassName
{
background-color: #05ADE5;
}
</style>
border-color css
<style>
span { border-color: #05ADE5; }
span { border-color: rgb(5,173,229); }
td.TdClassName
{
border-color: #05ADE5;
}
.TagClassName
{
border-color: #05ADE5;
}
</style>