Html Css Color HEX #7FACBC Glacier

📋 copy color: '#7FACBC'

red 127 ◦ green 172 ◦ blue 188

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

Shades of Glacier #7FACBC

Tints of Glacier #7FACBC

RGB

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

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

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

R = 26.08%
G = 35.32%
B = 38.6%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7FACBC (or 0x7FACBC) is known color: Glacier. HEX triplet: 7F, AC and BC. RGB value is (127,172,188). Sum of RGB (Red+Green+Blue) = 127+172+188=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #7FACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACBC is #805343. Grayscale: #A0A0A0. Windows color (decimal): -8409924 or 12364927. OLE color: 12364927.

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

Color convert

RGB 127 172 188 -
CMYK 0.32 0.09 0 0.26
HSL 195.74º 0.31% 0.62% -
HSV(B) 195.74º 0.32% 0.74% -
XYZ 32.58 37.65 53.13 -
YUV 160.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 127 172 188 0.32 0.09 0 0.26 195.74 0.31 0.62
Hex 7F AC BC 20 9 0 1A C4 1F 3E
Octal 177 254 274 40 11 0 32 304 37 76
Binary 1111111 10101100 10111100 100000 1001 0 11010 11000100 11111 111110

Color Harmonies of #7FACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACBC

Black with #7FACBC

Text Example


Text Example

White with #7FACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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