Html Css Color HEX #7FAABE Glacier

📋 copy color: '#7FAABE'

red 127 ◦ green 170 ◦ blue 190

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

Shades of Glacier #7FAABE

Tints of Glacier #7FAABE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.91%

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

R = 26.08%
G = 34.91%
B = 39.01%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7FAABE (or 0x7FAABE) is known color: Glacier. HEX triplet: 7F, AA and BE. RGB value is (127,170,190). Sum of RGB (Red+Green+Blue) = 127+170+190=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FAABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAABE is #805541. Grayscale: #9F9F9F. Windows color (decimal): -8410434 or 12495487. OLE color: 12495487.

HSL color Cylindrical-coordinate representation of color #7FAABE: hue angle of 199.05º 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 #7FAABE is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 170 190 -
CMYK 0.33 0.11 0 0.25
HSL 199.05º 0.33% 0.62% -
HSV(B) 199.05º 0.33% 0.75% -
XYZ 32.42 36.98 54.14 -
YUV 159.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 127 170 190 0.33 0.11 0 0.25 199.05 0.33 0.62
Hex 7F AA BE 21 B 0 19 C7 21 3E
Octal 177 252 276 41 13 0 31 307 41 76
Binary 1111111 10101010 10111110 100001 1011 0 11001 11000111 100001 111110

Color Harmonies of #7FAABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAABE

Black with #7FAABE

Text Example


Text Example

White with #7FAABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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