Html Css Color HEX #7FB3BC Glacier

📋 copy color: '#7FB3BC'

red 127 ◦ green 179 ◦ blue 188

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

Shades of Glacier #7FB3BC

Tints of Glacier #7FB3BC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.23%

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

R = 25.71%
G = 36.23%
B = 38.06%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7FB3BC (or 0x7FB3BC) is known color: Glacier. HEX triplet: 7F, B3 and BC. RGB value is (127,179,188). Sum of RGB (Red+Green+Blue) = 127+179+188=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #7FB3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB3BC is #804C43. Grayscale: #A4A4A4. Windows color (decimal): -8408132 or 12366719. OLE color: 12366719.

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

Color convert

RGB 127 179 188 -
CMYK 0.32 0.05 0 0.26
HSL 188.85º 0.31% 0.62% -
HSV(B) 188.85º 0.32% 0.74% -
XYZ 33.95 40.38 53.58 -
YUV 164.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 127 179 188 0.32 0.05 0 0.26 188.85 0.31 0.62
Hex 7F B3 BC 20 5 0 1A BD 1F 3E
Octal 177 263 274 40 5 0 32 275 37 76
Binary 1111111 10110011 10111100 100000 101 0 11010 10111101 11111 111110

Color Harmonies of #7FB3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB3BC

Black with #7FB3BC

Text Example


Text Example

White with #7FB3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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