Html Css Color HEX #7AB3BB Glacier

📋 copy color: '#7AB3BB'

red 122 ◦ green 179 ◦ blue 187

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

Shades of Glacier #7AB3BB

Tints of Glacier #7AB3BB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.68%

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

R = 25%
G = 36.68%
B = 38.32%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7AB3BB (or 0x7AB3BB) is known color: Glacier. HEX triplet: 7A, B3 and BB. RGB value is (122,179,187). Sum of RGB (Red+Green+Blue) = 122+179+187=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #7AB3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB3BB is #854C44. Grayscale: #A2A2A2. Windows color (decimal): -8735813 or 12301178. OLE color: 12301178.

HSL color Cylindrical-coordinate representation of color #7AB3BB: hue angle of 187.38º 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 #7AB3BB is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 179 187 -
CMYK 0.35 0.04 0 0.27
HSL 187.38º 0.32% 0.61% -
HSV(B) 187.38º 0.35% 0.73% -
XYZ 33.12 39.97 52.98 -
YUV 162.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 122 179 187 0.35 0.04 0 0.27 187.38 0.32 0.61
Hex 7A B3 BB 23 4 0 1B BB 20 3D
Octal 172 263 273 43 4 0 33 273 40 75
Binary 1111010 10110011 10111011 100011 100 0 11011 10111011 100000 111101

Color Harmonies of #7AB3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB3BB

Black with #7AB3BB

Text Example


Text Example

White with #7AB3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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