Html Css Color HEX #7BA5BE Glacier

📋 copy color: '#7BA5BE'

red 123 ◦ green 165 ◦ blue 190

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

Shades of Glacier #7BA5BE

Tints of Glacier #7BA5BE

RGB

 RED value IS 123 (48.44% from 255) = 25.73%

 GREEN value IS 165 (64.84% from 255) = 34.52%

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

R = 25.73%
G = 34.52%
B = 39.75%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7BA5BE (or 0x7BA5BE) is known color: Glacier. HEX triplet: 7B, A5 and BE. RGB value is (123,165,190). Sum of RGB (Red+Green+Blue) = 123+165+190=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA5BE is #845A41. Grayscale: #9B9B9B. Windows color (decimal): -8673858 or 12494203. OLE color: 12494203.

HSL color Cylindrical-coordinate representation of color #7BA5BE: hue angle of 202.39º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA5BE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 165 190 -
CMYK 0.35 0.13 0 0.25
HSL 202.39º 0.34% 0.61% -
HSV(B) 202.39º 0.35% 0.75% -
XYZ 30.92 34.84 53.81 -
YUV 155.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 123 165 190 0.35 0.13 0 0.25 202.39 0.34 0.61
Hex 7B A5 BE 23 D 0 19 CA 22 3D
Octal 173 245 276 43 15 0 31 312 42 75
Binary 1111011 10100101 10111110 100011 1101 0 11001 11001010 100010 111101

Color Harmonies of #7BA5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA5BE

Black with #7BA5BE

Text Example


Text Example

White with #7BA5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,165,190); }

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

background-color css

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

 a { background-color: rgb(123,165,190); }

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

border-color css

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

 span { border-color: rgb(123,165,190); }

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