Html Css Color HEX #7FB0B9 Glacier

📋 copy color: '#7FB0B9'

red 127 ◦ green 176 ◦ blue 185

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

Shades of Glacier #7FB0B9

Tints of Glacier #7FB0B9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.07%

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

R = 26.02%
G = 36.07%
B = 37.91%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7FB0B9 (or 0x7FB0B9) is known color: Glacier. HEX triplet: 7F, B0 and B9. RGB value is (127,176,185). Sum of RGB (Red+Green+Blue) = 127+176+185=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #7FB0B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0B9 is #804F46. Grayscale: #A2A2A2. Windows color (decimal): -8408903 or 12169343. OLE color: 12169343.

HSL color Cylindrical-coordinate representation of color #7FB0B9: hue angle of 189.31º 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 #7FB0B9 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 176 185 -
CMYK 0.31 0.05 0 0.27
HSL 189.31º 0.29% 0.61% -
HSV(B) 189.31º 0.31% 0.73% -
XYZ 33.03 39.07 51.7 -
YUV 162.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 127 176 185 0.31 0.05 0 0.27 189.31 0.29 0.61
Hex 7F B0 B9 1F 5 0 1B BD 1D 3D
Octal 177 260 271 37 5 0 33 275 35 75
Binary 1111111 10110000 10111001 11111 101 0 11011 10111101 11101 111101

Color Harmonies of #7FB0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB0B9

Black with #7FB0B9

Text Example


Text Example

White with #7FB0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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