Html Css Color HEX #7AADC5 Glacier

📋 copy color: '#7AADC5'

red 122 ◦ green 173 ◦ blue 197

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

Shades of Glacier #7AADC5

Tints of Glacier #7AADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 24.8%
G = 35.16%
B = 40.04%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7AADC5 (or 0x7AADC5) is known color: Glacier. HEX triplet: 7A, AD and C5. RGB value is (122,173,197). Sum of RGB (Red+Green+Blue) = 122+173+197=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #7AADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADC5 is #85523A. Grayscale: #A0A0A0. Windows color (decimal): -8737339 or 12955002. OLE color: 12955002.

HSL color Cylindrical-coordinate representation of color #7AADC5: hue angle of 199.2º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AADC5 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 173 197 -
CMYK 0.38 0.12 0 0.23
HSL 199.2º 0.39% 0.63% -
HSV(B) 199.2º 0.38% 0.77% -
XYZ 33.05 38.06 58.43 -
YUV 160.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 122 173 197 0.38 0.12 0 0.23 199.2 0.39 0.63
Hex 7A AD C5 26 C 0 17 C7 27 3F
Octal 172 255 305 46 14 0 27 307 47 77
Binary 1111010 10101101 11000101 100110 1100 0 10111 11000111 100111 111111

Color Harmonies of #7AADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADC5

Black with #7AADC5

Text Example


Text Example

White with #7AADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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