#05ADE7

Color #05ADE7 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #05ADE7

Tints of Deep Sky Blue #05ADE7

Color information

#05ADE7 (or 0x05ADE7) is unknown color: approx Deep Sky Blue. HEX triplet: 05, AD and E7. RGB value is (5,173,231). Sum of RGB (Red+Green+Blue) = 5+173+231=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #05ADE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ADE7 is #FA5218. Grayscale: #808080. Windows color (decimal): -16405017 or 15183109. OLE color: 15183109.

HSL color Cylindrical-coordinate representation of color #05ADE7: hue angle of 195.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADE7 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5173231-
CMYK0.980.2500.09
HSL195.4º95.76%46.27%-
HSV(B)195.4º97.84%90.59%-
XYZ29.4335.6980.94-
YUV129.38185.3439.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 231 (90.62% from 255) = 56.48%
R=1.22%
G=42.30%
B=56.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal51732310.980.2500.09195.495.7646.27
Hex5ADE7621909c3602e
Octal52553471423101130314056
Binary101101011011110011111000101100101001110000111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05ADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05ADE7; }

 p { color: rgb(5,173,231); }

 H1.HeaderClassName
 {
   color: #05ADE7;
 }
 .AnyTagClassName
 {
   color: #05ADE7;
 }
</style>
background-color css

<style>
 a { background-color: #05ADE7; }

 a { background-color: rgb(5,173,231); }

 div.DivClassName
 {
   background-color: #05ADE7;
 }
 .BgClassName
 {
   background-color: #05ADE7;
 }
</style>
border-color css

<style>
 span { border-color: #05ADE7; }

 span { border-color: rgb(5,173,231); }

 td.TdClassName
 {
   border-color: #05ADE7;
 }
 .TagClassName
 {
   border-color: #05ADE7;
 }
</style>