Html Css Color HEX #7FB2BE Glacier

📋 copy color: '#7FB2BE'

red 127 ◦ green 178 ◦ blue 190

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

Shades of Glacier #7FB2BE

Tints of Glacier #7FB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 25.66%
G = 35.96%
B = 38.38%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7FB2BE (or 0x7FB2BE) is known color: Glacier. HEX triplet: 7F, B2 and BE. RGB value is (127,178,190). Sum of RGB (Red+Green+Blue) = 127+178+190=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB2BE is #804D41. Grayscale: #A4A4A4. Windows color (decimal): -8408386 or 12497535. OLE color: 12497535.

HSL color Cylindrical-coordinate representation of color #7FB2BE: hue angle of 191.43º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FB2BE is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 178 190 -
CMYK 0.33 0.06 0 0.25
HSL 191.43º 0.33% 0.62% -
HSV(B) 191.43º 0.33% 0.75% -
XYZ 33.97 40.07 54.66 -
YUV 164.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 127 178 190 0.33 0.06 0 0.25 191.43 0.33 0.62
Hex 7F B2 BE 21 6 0 19 BF 21 3E
Octal 177 262 276 41 6 0 31 277 41 76
Binary 1111111 10110010 10111110 100001 110 0 11001 10111111 100001 111110

Color Harmonies of #7FB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB2BE

Black with #7FB2BE

Text Example


Text Example

White with #7FB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,178,190); }

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

background-color css

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

 a { background-color: rgb(127,178,190); }

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

border-color css

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

 span { border-color: rgb(127,178,190); }

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