Html Css Color HEX #7AABBC Glacier

📋 copy color: '#7AABBC'

red 122 ◦ green 171 ◦ blue 188

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

Shades of Glacier #7AABBC

Tints of Glacier #7AABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.55%

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 25.36%
G = 35.55%
B = 39.09%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7AABBC (or 0x7AABBC) is known color: Glacier. HEX triplet: 7A, AB and BC. RGB value is (122,171,188). Sum of RGB (Red+Green+Blue) = 122+171+188=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABBC is #855443. Grayscale: #9E9E9E. Windows color (decimal): -8737860 or 12364666. OLE color: 12364666.

HSL color Cylindrical-coordinate representation of color #7AABBC: hue angle of 195.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AABBC is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 171 188 -
CMYK 0.35 0.09 0 0.26
HSL 195.45º 0.33% 0.61% -
HSV(B) 195.45º 0.35% 0.74% -
XYZ 31.67 36.89 53.03 -
YUV 158.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 122 171 188 0.35 0.09 0 0.26 195.45 0.33 0.61
Hex 7A AB BC 23 9 0 1A C3 21 3D
Octal 172 253 274 43 11 0 32 303 41 75
Binary 1111010 10101011 10111100 100011 1001 0 11010 11000011 100001 111101

Color Harmonies of #7AABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AABBC

Black with #7AABBC

Text Example


Text Example

White with #7AABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,171,188); }

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

background-color css

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

 a { background-color: rgb(122,171,188); }

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

border-color css

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

 span { border-color: rgb(122,171,188); }

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