Html Css Color HEX #7FACBB Glacier

📋 copy color: '#7FACBB'

red 127 ◦ green 172 ◦ blue 187

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

Shades of Glacier #7FACBB

Tints of Glacier #7FACBB

RGB

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

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

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

R = 26.13%
G = 35.39%
B = 38.48%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7FACBB (or 0x7FACBB) is known color: Glacier. HEX triplet: 7F, AC and BB. RGB value is (127,172,187). Sum of RGB (Red+Green+Blue) = 127+172+187=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #7FACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACBB is #805344. Grayscale: #A0A0A0. Windows color (decimal): -8409925 or 12299391. OLE color: 12299391.

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

Color convert

RGB 127 172 187 -
CMYK 0.32 0.08 0 0.27
HSL 195º 0.31% 0.62% -
HSV(B) 195º 0.32% 0.73% -
XYZ 32.47 37.6 52.56 -
YUV 160.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 127 172 187 0.32 0.08 0 0.27 195 0.31 0.62
Hex 7F AC BB 20 8 0 1B C3 1F 3E
Octal 177 254 273 40 10 0 33 303 37 76
Binary 1111111 10101100 10111011 100000 1000 0 11011 11000011 11111 111110

Color Harmonies of #7FACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACBB

Black with #7FACBB

Text Example


Text Example

White with #7FACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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