Html Css Color HEX #7FACB5 Glacier

📋 copy color: '#7FACB5'

red 127 ◦ green 172 ◦ blue 181

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

Shades of Glacier #7FACB5

Tints of Glacier #7FACB5

RGB

 RED value IS 127 (50% from 255) = 26.46%

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

 BLUE value IS 181 (71.09% from 255) = 37.71%

R = 26.46%
G = 35.83%
B = 37.71%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7FACB5 (or 0x7FACB5) is known color: Glacier. HEX triplet: 7F, AC and B5. RGB value is (127,172,181). Sum of RGB (Red+Green+Blue) = 127+172+181=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #7FACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACB5 is #80534A. Grayscale: #9F9F9F. Windows color (decimal): -8409931 or 11906175. OLE color: 11906175.

HSL color Cylindrical-coordinate representation of color #7FACB5: hue angle of 190º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FACB5 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 172 181 -
CMYK 0.30 0.05 0 0.29
HSL 190º 0.27% 0.6% -
HSV(B) 190º 0.3% 0.71% -
XYZ 31.85 37.35 49.25 -
YUV 159.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 127 172 181 0.30 0.05 0 0.29 190 0.27 0.6
Hex 7F AC B5 1E 5 0 1D BE 1B 3C
Octal 177 254 265 36 5 0 35 276 33 74
Binary 1111111 10101100 10110101 11110 101 0 11101 10111110 11011 111100

Color Harmonies of #7FACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACB5

Black with #7FACB5

Text Example


Text Example

White with #7FACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,181); }

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

background-color css

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

 a { background-color: rgb(127,172,181); }

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

border-color css

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

 span { border-color: rgb(127,172,181); }

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