Html Css Color HEX #7CA9BC Glacier

📋 copy color: '#7CA9BC'

red 124 ◦ green 169 ◦ blue 188

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

Shades of Glacier #7CA9BC

Tints of Glacier #7CA9BC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.14%

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

R = 25.78%
G = 35.14%
B = 39.09%

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

#7CA9BC (or 0x7CA9BC) is known color: Glacier. HEX triplet: 7C, A9 and BC. RGB value is (124,169,188). Sum of RGB (Red+Green+Blue) = 124+169+188=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #7CA9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA9BC is #835643. Grayscale: #9D9D9D. Windows color (decimal): -8607300 or 12364156. OLE color: 12364156.

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

Color convert

RGB 124 169 188 -
CMYK 0.34 0.10 0 0.26
HSL 197.81º 0.32% 0.61% -
HSV(B) 197.81º 0.34% 0.74% -
XYZ 31.58 36.29 52.92 -
YUV 157.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 124 169 188 0.34 0.10 0 0.26 197.81 0.32 0.61
Hex 7C A9 BC 22 A 0 1A C6 20 3D
Octal 174 251 274 42 12 0 32 306 40 75
Binary 1111100 10101001 10111100 100010 1010 0 11010 11000110 100000 111101

Color Harmonies of #7CA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA9BC

Black with #7CA9BC

Text Example


Text Example

White with #7CA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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