Html Css Color HEX #7FABB9 Glacier

📋 copy color: '#7FABB9'

red 127 ◦ green 171 ◦ blue 185

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

Shades of Glacier #7FABB9

Tints of Glacier #7FABB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 26.29%
G = 35.4%
B = 38.3%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7FABB9 (or 0x7FABB9) is known color: Glacier. HEX triplet: 7F, AB and B9. RGB value is (127,171,185). Sum of RGB (Red+Green+Blue) = 127+171+185=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #7FABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABB9 is #805446. Grayscale: #9F9F9F. Windows color (decimal): -8410183 or 12168063. OLE color: 12168063.

HSL color Cylindrical-coordinate representation of color #7FABB9: hue angle of 194.48º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FABB9 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 171 185 -
CMYK 0.31 0.08 0 0.27
HSL 194.48º 0.29% 0.61% -
HSV(B) 194.48º 0.31% 0.73% -
XYZ 32.07 37.14 51.38 -
YUV 159.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 127 171 185 0.31 0.08 0 0.27 194.48 0.29 0.61
Hex 7F AB B9 1F 8 0 1B C2 1D 3D
Octal 177 253 271 37 10 0 33 302 35 75
Binary 1111111 10101011 10111001 11111 1000 0 11011 11000010 11101 111101

Color Harmonies of #7FABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FABB9

Black with #7FABB9

Text Example


Text Example

White with #7FABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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