Html Css Color HEX #7FAFBB Glacier

📋 copy color: '#7FAFBB'

red 127 ◦ green 175 ◦ blue 187

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

Shades of Glacier #7FAFBB

Tints of Glacier #7FAFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.79%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 25.97%
G = 35.79%
B = 38.24%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7FAFBB (or 0x7FAFBB) is known color: Glacier. HEX triplet: 7F, AF and BB. RGB value is (127,175,187). Sum of RGB (Red+Green+Blue) = 127+175+187=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #7FAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFBB is #805044. Grayscale: #A1A1A1. Windows color (decimal): -8409157 or 12300159. OLE color: 12300159.

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

Color convert

RGB 127 175 187 -
CMYK 0.32 0.06 0 0.27
HSL 192º 0.31% 0.62% -
HSV(B) 192º 0.32% 0.73% -
XYZ 33.05 38.76 52.75 -
YUV 162.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 127 175 187 0.32 0.06 0 0.27 192 0.31 0.62
Hex 7F AF BB 20 6 0 1B C0 1F 3E
Octal 177 257 273 40 6 0 33 300 37 76
Binary 1111111 10101111 10111011 100000 110 0 11011 11000000 11111 111110

Color Harmonies of #7FAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAFBB

Black with #7FAFBB

Text Example


Text Example

White with #7FAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,187); }

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

background-color css

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

 a { background-color: rgb(127,175,187); }

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

border-color css

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

 span { border-color: rgb(127,175,187); }

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