Html Css Color HEX #7AADC0 Glacier

📋 copy color: '#7AADC0'

red 122 ◦ green 173 ◦ blue 192

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

Shades of Glacier #7AADC0

Tints of Glacier #7AADC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 25.05%
G = 35.52%
B = 39.43%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7AADC0 (or 0x7AADC0) is known color: Glacier. HEX triplet: 7A, AD and C0. RGB value is (122,173,192). Sum of RGB (Red+Green+Blue) = 122+173+192=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #7AADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADC0 is #85523F. Grayscale: #9F9F9F. Windows color (decimal): -8737344 or 12627322. OLE color: 12627322.

HSL color Cylindrical-coordinate representation of color #7AADC0: hue angle of 196.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AADC0 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 173 192 -
CMYK 0.36 0.10 0 0.25
HSL 196.29º 0.36% 0.62% -
HSV(B) 196.29º 0.36% 0.75% -
XYZ 32.48 37.83 55.46 -
YUV 159.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 122 173 192 0.36 0.10 0 0.25 196.29 0.36 0.62
Hex 7A AD C0 24 A 0 19 C4 24 3E
Octal 172 255 300 44 12 0 31 304 44 76
Binary 1111010 10101101 11000000 100100 1010 0 11001 11000100 100100 111110

Color Harmonies of #7AADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADC0

Black with #7AADC0

Text Example


Text Example

White with #7AADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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