Html Css Color HEX #7AC5EA Sky Blue

📋 copy color: '#7AC5EA'

red 122 ◦ green 197 ◦ blue 234

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

Shades of Sky Blue #7AC5EA

Tints of Sky Blue #7AC5EA

RGB

 RED value IS 122 (48.05% from 255) = 22.06%

 GREEN value IS 197 (77.34% from 255) = 35.62%

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

R = 22.06%
G = 35.62%
B = 42.31%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7AC5EA (or 0x7AC5EA) is known color: Sky Blue. HEX triplet: 7A, C5 and EA. RGB value is (122,197,234). Sum of RGB (Red+Green+Blue) = 122+197+234=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #7AC5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC5EA is #853A15. Grayscale: #B2B2B2. Windows color (decimal): -8731158 or 15385978. OLE color: 15385978.

HSL color Cylindrical-coordinate representation of color #7AC5EA: hue angle of 199.82º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AC5EA is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 197 234 -
CMYK 0.48 0.16 0 0.08
HSL 199.82º 0.73% 0.7% -
HSV(B) 199.82º 0.48% 0.92% -
XYZ 42.84 50.01 85.24 -
YUV 178.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 122 197 234 0.48 0.16 0 0.08 199.82 0.73 0.7
Hex 7A C5 EA 30 10 0 8 C8 49 46
Octal 172 305 352 60 20 0 10 310 111 106
Binary 1111010 11000101 11101010 110000 10000 0 1000 11001000 1001001 1000110

Color Harmonies of #7AC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC5EA

Black with #7AC5EA

Text Example


Text Example

White with #7AC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AC5EA; }

 p { color: rgb(122,197,234); }

 H1.HeaderClassName
 {
   color: #7AC5EA;
 }
 .AnyTagClassName
 {
   color: #7AC5EA;
 }
</style>

background-color css

<style>
 a { background-color: #7AC5EA; }

 a { background-color: rgb(122,197,234); }

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

border-color css

<style>
 span { border-color: #7AC5EA; }

 span { border-color: rgb(122,197,234); }

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