Html Css Color HEX #7AB0BC Glacier

📋 copy color: '#7AB0BC'

red 122 ◦ green 176 ◦ blue 188

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

Shades of Glacier #7AB0BC

Tints of Glacier #7AB0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

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

R = 25.1%
G = 36.21%
B = 38.68%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7AB0BC (or 0x7AB0BC) is known color: Glacier. HEX triplet: 7A, B0 and BC. RGB value is (122,176,188). Sum of RGB (Red+Green+Blue) = 122+176+188=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AB0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0BC is #854F43. Grayscale: #A1A1A1. Windows color (decimal): -8736580 or 12365946. OLE color: 12365946.

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

Color convert

RGB 122 176 188 -
CMYK 0.35 0.06 0 0.26
HSL 190.91º 0.33% 0.61% -
HSV(B) 190.91º 0.35% 0.74% -
XYZ 32.63 38.82 53.35 -
YUV 161.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 122 176 188 0.35 0.06 0 0.26 190.91 0.33 0.61
Hex 7A B0 BC 23 6 0 1A BF 21 3D
Octal 172 260 274 43 6 0 32 277 41 75
Binary 1111010 10110000 10111100 100011 110 0 11010 10111111 100001 111101

Color Harmonies of #7AB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0BC

Black with #7AB0BC

Text Example


Text Example

White with #7AB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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