Html Css Color HEX #7CACBD Glacier

📋 copy color: '#7CACBD'

red 124 ◦ green 172 ◦ blue 189

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

Shades of Glacier #7CACBD

Tints of Glacier #7CACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 25.57%
G = 35.46%
B = 38.97%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7CACBD (or 0x7CACBD) is known color: Glacier. HEX triplet: 7C, AC and BD. RGB value is (124,172,189). Sum of RGB (Red+Green+Blue) = 124+172+189=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #7CACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACBD is #835342. Grayscale: #9F9F9F. Windows color (decimal): -8606531 or 12430460. OLE color: 12430460.

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

Color convert

RGB 124 172 189 -
CMYK 0.34 0.09 0 0.26
HSL 195.69º 0.33% 0.61% -
HSV(B) 195.69º 0.34% 0.74% -
XYZ 32.25 37.46 53.68 -
YUV 159.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 124 172 189 0.34 0.09 0 0.26 195.69 0.33 0.61
Hex 7C AC BD 22 9 0 1A C4 21 3D
Octal 174 254 275 42 11 0 32 304 41 75
Binary 1111100 10101100 10111101 100010 1001 0 11010 11000100 100001 111101

Color Harmonies of #7CACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACBD

Black with #7CACBD

Text Example


Text Example

White with #7CACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,189); }

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

background-color css

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

 a { background-color: rgb(124,172,189); }

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

border-color css

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

 span { border-color: rgb(124,172,189); }

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