Html Css Color HEX #07A5EA Deep Sky Blue

📋 copy color: '#07A5EA'

red 7 ◦ green 165 ◦ blue 234

#07A5EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #07A5EA

Tints of Deep Sky Blue #07A5EA

RGB

 RED value IS 7 (3.13% from 255) = 1.72%

 GREEN value IS 165 (64.84% from 255) = 40.64%

 BLUE value IS 234 (91.8% from 255) = 57.64%

R = 1.72%
G = 40.64%
B = 57.64%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#07A5EA (or 0x07A5EA) is known color: Deep Sky Blue. HEX triplet: 07, A5 and EA. RGB value is (7,165,234). Sum of RGB (Red+Green+Blue) = 7+165+234=406 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.72% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #07A5EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07A5EA is #F85A15. Grayscale: #7D7D7D. Windows color (decimal): -16275990 or 15377671. OLE color: 15377671.

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

Color convert

RGB 7 165 234 -
CMYK 0.97 0.29 0 0.08
HSL 198.24º 0.94% 0.47% -
HSV(B) 198.24º 0.97% 0.92% -
XYZ 28.39 32.9 82.69 -
YUV 125.62 189.15 43.39 -
System Red Green Blue C M Y K H S L
Decimal 7 165 234 0.97 0.29 0 0.08 198.24 0.94 0.47
Hex 7 A5 EA 61 1D 0 8 C6 5E 2F
Octal 7 245 352 141 35 0 10 306 136 57
Binary 111 10100101 11101010 1100001 11101 0 1000 11000110 1011110 101111

Color Harmonies of #07A5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A5EA

Black with #07A5EA

Text Example


Text Example

White with #07A5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07A5EA;
 }
 .AnyTagClassName
 {
   color: #07A5EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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