Html Css Color HEX #7CACBC Glacier

📋 copy color: '#7CACBC'

red 124 ◦ green 172 ◦ blue 188

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

Shades of Glacier #7CACBC

Tints of Glacier #7CACBC

RGB

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

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

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

R = 25.62%
G = 35.54%
B = 38.84%

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

#7CACBC (or 0x7CACBC) is known color: Glacier. HEX triplet: 7C, AC and BC. RGB value is (124,172,188). Sum of RGB (Red+Green+Blue) = 124+172+188=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #7CACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACBC is #835343. Grayscale: #9F9F9F. Windows color (decimal): -8606532 or 12364924. OLE color: 12364924.

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

Color convert

RGB 124 172 188 -
CMYK 0.34 0.09 0 0.26
HSL 195º 0.32% 0.61% -
HSV(B) 195º 0.34% 0.74% -
XYZ 32.14 37.42 53.11 -
YUV 159.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 124 172 188 0.34 0.09 0 0.26 195 0.32 0.61
Hex 7C AC BC 22 9 0 1A C3 20 3D
Octal 174 254 274 42 11 0 32 303 40 75
Binary 1111100 10101100 10111100 100010 1001 0 11010 11000011 100000 111101

Color Harmonies of #7CACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACBC

Black with #7CACBC

Text Example


Text Example

White with #7CACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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