Html Css Color HEX #7FABB6 Glacier

📋 copy color: '#7FABB6'

red 127 ◦ green 171 ◦ blue 182

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

Shades of Glacier #7FABB6

Tints of Glacier #7FABB6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

 BLUE value IS 182 (71.48% from 255) = 37.92%

R = 26.46%
G = 35.63%
B = 37.92%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7FABB6 (or 0x7FABB6) is known color: Glacier. HEX triplet: 7F, AB and B6. RGB value is (127,171,182). Sum of RGB (Red+Green+Blue) = 127+171+182=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 182 - color contains mainly: blue. Hex color #7FABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABB6 is #805449. Grayscale: #9F9F9F. Windows color (decimal): -8410186 or 11971455. OLE color: 11971455.

HSL color Cylindrical-coordinate representation of color #7FABB6: hue angle of 192º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FABB6 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 171 182 -
CMYK 0.30 0.06 0 0.29
HSL 192º 0.27% 0.61% -
HSV(B) 192º 0.3% 0.71% -
XYZ 31.76 37.02 49.73 -
YUV 159.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 127 171 182 0.30 0.06 0 0.29 192 0.27 0.61
Hex 7F AB B6 1E 6 0 1D C0 1B 3D
Octal 177 253 266 36 6 0 35 300 33 75
Binary 1111111 10101011 10110110 11110 110 0 11101 11000000 11011 111101

Color Harmonies of #7FABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FABB6

Black with #7FABB6

Text Example


Text Example

White with #7FABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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