Html Css Color HEX #7FB6BB Glacier

📋 copy color: '#7FB6BB'

red 127 ◦ green 182 ◦ blue 187

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

Shades of Glacier #7FB6BB

Tints of Glacier #7FB6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

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

R = 25.6%
G = 36.69%
B = 37.7%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7FB6BB (or 0x7FB6BB) is known color: Glacier. HEX triplet: 7F, B6 and BB. RGB value is (127,182,187). Sum of RGB (Red+Green+Blue) = 127+182+187=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #7FB6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB6BB is #804944. Grayscale: #A6A6A6. Windows color (decimal): -8407365 or 12301951. OLE color: 12301951.

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

Color convert

RGB 127 182 187 -
CMYK 0.32 0.03 0 0.27
HSL 185º 0.31% 0.62% -
HSV(B) 185º 0.32% 0.73% -
XYZ 34.45 41.56 53.22 -
YUV 166.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 127 182 187 0.32 0.03 0 0.27 185 0.31 0.62
Hex 7F B6 BB 20 3 0 1B B9 1F 3E
Octal 177 266 273 40 3 0 33 271 37 76
Binary 1111111 10110110 10111011 100000 11 0 11011 10111001 11111 111110

Color Harmonies of #7FB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB6BB

Black with #7FB6BB

Text Example


Text Example

White with #7FB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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