Html Css Color HEX #7CACBB Glacier

📋 copy color: '#7CACBB'

red 124 ◦ green 172 ◦ blue 187

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

Shades of Glacier #7CACBB

Tints of Glacier #7CACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 25.67%
G = 35.61%
B = 38.72%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7CACBB (or 0x7CACBB) is known color: Glacier. HEX triplet: 7C, AC and BB. RGB value is (124,172,187). Sum of RGB (Red+Green+Blue) = 124+172+187=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #7CACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACBB is #835344. Grayscale: #9F9F9F. Windows color (decimal): -8606533 or 12299388. OLE color: 12299388.

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

Color convert

RGB 124 172 187 -
CMYK 0.34 0.08 0 0.27
HSL 194.29º 0.32% 0.61% -
HSV(B) 194.29º 0.34% 0.73% -
XYZ 32.03 37.38 52.54 -
YUV 159.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 124 172 187 0.34 0.08 0 0.27 194.29 0.32 0.61
Hex 7C AC BB 22 8 0 1B C2 20 3D
Octal 174 254 273 42 10 0 33 302 40 75
Binary 1111100 10101100 10111011 100010 1000 0 11011 11000010 100000 111101

Color Harmonies of #7CACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACBB

Black with #7CACBB

Text Example


Text Example

White with #7CACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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