#07A5E9

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

Shades of Deep Sky Blue #07A5E9

Tints of Deep Sky Blue #07A5E9

Color information

#07A5E9 (or 0x07A5E9) is unknown color: approx Deep Sky Blue. HEX triplet: 07, A5 and E9. RGB value is (7,165,233). Sum of RGB (Red+Green+Blue) = 7+165+233=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 233 (91.41% from 255 or 57.53% from 405); Max value from RGB is 233 - color contains mainly: blue. Hex color #07A5E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A5E9 is #F85A16. Grayscale: #7D7D7D. Windows color (decimal): -16275991 or 15312135. OLE color: 15312135.

HSL color Cylindrical-coordinate representation of color #07A5E9: hue angle of 198.05º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A5E9 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7165233-
CMYK0.970.2900.09
HSL198.05º94.17%47.06%-
HSV(B)198.05º97%91.37%-
XYZ28.2532.8481.94-
YUV125.51188.6543.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.73%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 233 (91.41% from 255) = 57.53%
R=1.73%
G=40.74%
B=57.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal71652330.970.2900.09198.0594.1747.06
Hex7A5E9611D09c65e2f
Octal72453511413501130613657
Binary111101001011110100111000011110101001110001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07A5E9; }

 p { color: rgb(7,165,233); }

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

<style>
 a { background-color: #07A5E9; }

 a { background-color: rgb(7,165,233); }

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

<style>
 span { border-color: #07A5E9; }

 span { border-color: rgb(7,165,233); }

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