Html Css Color HEX #7FB9BC Glacier

📋 copy color: '#7FB9BC'

red 127 ◦ green 185 ◦ blue 188

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

Shades of Glacier #7FB9BC

Tints of Glacier #7FB9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37%

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

R = 25.4%
G = 37%
B = 37.6%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7FB9BC (or 0x7FB9BC) is known color: Glacier. HEX triplet: 7F, B9 and BC. RGB value is (127,185,188). Sum of RGB (Red+Green+Blue) = 127+185+188=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #7FB9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB9BC is #804643. Grayscale: #A7A7A7. Windows color (decimal): -8406596 or 12368255. OLE color: 12368255.

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

Color convert

RGB 127 185 188 -
CMYK 0.32 0.02 0 0.26
HSL 182.95º 0.31% 0.62% -
HSV(B) 182.95º 0.32% 0.74% -
XYZ 35.18 42.84 53.99 -
YUV 168 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 127 185 188 0.32 0.02 0 0.26 182.95 0.31 0.62
Hex 7F B9 BC 20 2 0 1A B7 1F 3E
Octal 177 271 274 40 2 0 32 267 37 76
Binary 1111111 10111001 10111100 100000 10 0 11010 10110111 11111 111110

Color Harmonies of #7FB9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB9BC

Black with #7FB9BC

Text Example


Text Example

White with #7FB9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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