Html Css Color HEX #7AACC0 Glacier

📋 copy color: '#7AACC0'

red 122 ◦ green 172 ◦ blue 192

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

Shades of Glacier #7AACC0

Tints of Glacier #7AACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

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

R = 25.1%
G = 35.39%
B = 39.51%

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

#7AACC0 (or 0x7AACC0) is known color: Glacier. HEX triplet: 7A, AC and C0. RGB value is (122,172,192). Sum of RGB (Red+Green+Blue) = 122+172+192=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #7AACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACC0 is #85533F. Grayscale: #9F9F9F. Windows color (decimal): -8737600 or 12627066. OLE color: 12627066.

HSL color Cylindrical-coordinate representation of color #7AACC0: hue angle of 197.14º 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 #7AACC0 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 172 192 -
CMYK 0.36 0.10 0 0.25
HSL 197.14º 0.36% 0.62% -
HSV(B) 197.14º 0.36% 0.75% -
XYZ 32.29 37.45 55.4 -
YUV 159.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 122 172 192 0.36 0.10 0 0.25 197.14 0.36 0.62
Hex 7A AC C0 24 A 0 19 C5 24 3E
Octal 172 254 300 44 12 0 31 305 44 76
Binary 1111010 10101100 11000000 100100 1010 0 11001 11000101 100100 111110

Color Harmonies of #7AACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACC0

Black with #7AACC0

Text Example


Text Example

White with #7AACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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