Html Css Color HEX #7CAABC Glacier

📋 copy color: '#7CAABC'

red 124 ◦ green 170 ◦ blue 188

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

Shades of Glacier #7CAABC

Tints of Glacier #7CAABC

RGB

 RED value IS 124 (48.83% from 255) = 25.73%

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

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

R = 25.73%
G = 35.27%
B = 39%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7CAABC (or 0x7CAABC) is known color: Glacier. HEX triplet: 7C, AA and BC. RGB value is (124,170,188). Sum of RGB (Red+Green+Blue) = 124+170+188=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 170 (66.80% from 255 or 35.27% 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 #7CAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAABC is #835543. Grayscale: #9E9E9E. Windows color (decimal): -8607044 or 12364412. OLE color: 12364412.

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

Color convert

RGB 124 170 188 -
CMYK 0.34 0.10 0 0.26
HSL 196.88º 0.32% 0.61% -
HSV(B) 196.88º 0.34% 0.74% -
XYZ 31.76 36.67 52.98 -
YUV 158.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 124 170 188 0.34 0.10 0 0.26 196.88 0.32 0.61
Hex 7C AA BC 22 A 0 1A C5 20 3D
Octal 174 252 274 42 12 0 32 305 40 75
Binary 1111100 10101010 10111100 100010 1010 0 11010 11000101 100000 111101

Color Harmonies of #7CAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAABC

Black with #7CAABC

Text Example


Text Example

White with #7CAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,188); }

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

background-color css

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

 a { background-color: rgb(124,170,188); }

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

border-color css

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

 span { border-color: rgb(124,170,188); }

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