Html Css Color HEX #7AACBC Glacier

📋 copy color: '#7AACBC'

red 122 ◦ green 172 ◦ blue 188

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

Shades of Glacier #7AACBC

Tints of Glacier #7AACBC

RGB

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

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

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

R = 25.31%
G = 35.68%
B = 39%

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

#7AACBC (or 0x7AACBC) is known color: Glacier. HEX triplet: 7A, AC and BC. RGB value is (122,172,188). Sum of RGB (Red+Green+Blue) = 122+172+188=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #7AACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACBC is #855343. Grayscale: #9E9E9E. Windows color (decimal): -8737604 or 12364922. OLE color: 12364922.

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

Color convert

RGB 122 172 188 -
CMYK 0.35 0.09 0 0.26
HSL 194.55º 0.33% 0.61% -
HSV(B) 194.55º 0.35% 0.74% -
XYZ 31.86 37.27 53.09 -
YUV 158.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 122 172 188 0.35 0.09 0 0.26 194.55 0.33 0.61
Hex 7A AC BC 23 9 0 1A C3 21 3D
Octal 172 254 274 43 11 0 32 303 41 75
Binary 1111010 10101100 10111100 100011 1001 0 11010 11000011 100001 111101

Color Harmonies of #7AACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AACBC

Black with #7AACBC

Text Example


Text Example

White with #7AACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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