Html Css Color HEX #7BA5BC Glacier

📋 copy color: '#7BA5BC'

red 123 ◦ green 165 ◦ blue 188

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

Shades of Glacier #7BA5BC

Tints of Glacier #7BA5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 25.84%
G = 34.66%
B = 39.5%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7BA5BC (or 0x7BA5BC) is known color: Glacier. HEX triplet: 7B, A5 and BC. RGB value is (123,165,188). Sum of RGB (Red+Green+Blue) = 123+165+188=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #7BA5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA5BC is #845A43. Grayscale: #9A9A9A. Windows color (decimal): -8673860 or 12363131. OLE color: 12363131.

HSL color Cylindrical-coordinate representation of color #7BA5BC: hue angle of 201.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA5BC is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 165 188 -
CMYK 0.35 0.12 0 0.26
HSL 201.23º 0.33% 0.61% -
HSV(B) 201.23º 0.35% 0.74% -
XYZ 30.7 34.75 52.67 -
YUV 155.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 123 165 188 0.35 0.12 0 0.26 201.23 0.33 0.61
Hex 7B A5 BC 23 C 0 1A C9 21 3D
Octal 173 245 274 43 14 0 32 311 41 75
Binary 1111011 10100101 10111100 100011 1100 0 11010 11001001 100001 111101

Color Harmonies of #7BA5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA5BC

Black with #7BA5BC

Text Example


Text Example

White with #7BA5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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