#05A5F0

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

Shades of Deep Sky Blue #05A5F0

Tints of Deep Sky Blue #05A5F0

Color information

#05A5F0 (or 0x05A5F0) is unknown color: approx Deep Sky Blue. HEX triplet: 05, A5 and F0. RGB value is (5,165,240). Sum of RGB (Red+Green+Blue) = 5+165+240=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 240 (94.14% from 255 or 58.54% from 410); Max value from RGB is 240 - color contains mainly: blue. Hex color #05A5F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A5F0 is #FA5A0F. Grayscale: #7D7D7D. Windows color (decimal): -16407056 or 15770885. OLE color: 15770885.

HSL color Cylindrical-coordinate representation of color #05A5F0: hue angle of 199.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A5F0 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5165240-
CMYK0.980.3100.06
HSL199.15º95.92%48.04%-
HSV(B)199.15º97.92%94.12%-
XYZ29.2533.2387.31-
YUV125.71192.4941.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 240 (94.14% from 255) = 58.54%
R=1.22%
G=40.24%
B=58.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51652400.980.3100.06199.1595.9248.04
Hex5A5F0621F06c76030
Octal5245360142370630714060
Binary10110100101111100001100010111110110110001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,165,240); }

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

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

 a { background-color: rgb(5,165,240); }

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

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

 span { border-color: rgb(5,165,240); }

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