Html Css Color HEX #7AAABB Glacier

📋 copy color: '#7AAABB'

red 122 ◦ green 170 ◦ blue 187

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

Shades of Glacier #7AAABB

Tints of Glacier #7AAABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 187 (73.44% from 255) = 39.04%

R = 25.47%
G = 35.49%
B = 39.04%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7AAABB (or 0x7AAABB) is known color: Glacier. HEX triplet: 7A, AA and BB. RGB value is (122,170,187). Sum of RGB (Red+Green+Blue) = 122+170+187=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #7AAABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAABB is #855544. Grayscale: #9D9D9D. Windows color (decimal): -8738117 or 12298874. OLE color: 12298874.

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

Color convert

RGB 122 170 187 -
CMYK 0.35 0.09 0 0.27
HSL 195.69º 0.32% 0.61% -
HSV(B) 195.69º 0.35% 0.73% -
XYZ 31.37 36.47 52.4 -
YUV 157.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 122 170 187 0.35 0.09 0 0.27 195.69 0.32 0.61
Hex 7A AA BB 23 9 0 1B C4 20 3D
Octal 172 252 273 43 11 0 33 304 40 75
Binary 1111010 10101010 10111011 100011 1001 0 11011 11000100 100000 111101

Color Harmonies of #7AAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAABB

Black with #7AAABB

Text Example


Text Example

White with #7AAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,170,187); }

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

background-color css

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

 a { background-color: rgb(122,170,187); }

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

border-color css

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

 span { border-color: rgb(122,170,187); }

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