Html Css Color HEX #7FABB5 Glacier

📋 copy color: '#7FABB5'

red 127 ◦ green 171 ◦ blue 181

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

Shades of Glacier #7FABB5

Tints of Glacier #7FABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.79%

R = 26.51%
G = 35.7%
B = 37.79%

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

#7FABB5 (or 0x7FABB5) is known color: Glacier. HEX triplet: 7F, AB and B5. RGB value is (127,171,181). Sum of RGB (Red+Green+Blue) = 127+171+181=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #7FABB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABB5 is #80544A. Grayscale: #9E9E9E. Windows color (decimal): -8410187 or 11905919. OLE color: 11905919.

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

Color convert

RGB 127 171 181 -
CMYK 0.30 0.06 0 0.29
HSL 191.11º 0.27% 0.6% -
HSV(B) 191.11º 0.3% 0.71% -
XYZ 31.66 36.97 49.18 -
YUV 158.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 127 171 181 0.30 0.06 0 0.29 191.11 0.27 0.6
Hex 7F AB B5 1E 6 0 1D BF 1B 3C
Octal 177 253 265 36 6 0 35 277 33 74
Binary 1111111 10101011 10110101 11110 110 0 11101 10111111 11011 111100

Color Harmonies of #7FABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FABB5

Black with #7FABB5

Text Example


Text Example

White with #7FABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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