Html Css Color HEX #7BB3BD Glacier

📋 copy color: '#7BB3BD'

red 123 ◦ green 179 ◦ blue 189

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

Shades of Glacier #7BB3BD

Tints of Glacier #7BB3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.46%

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 25.05%
G = 36.46%
B = 38.49%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7BB3BD (or 0x7BB3BD) is known color: Glacier. HEX triplet: 7B, B3 and BD. RGB value is (123,179,189). Sum of RGB (Red+Green+Blue) = 123+179+189=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #7BB3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB3BD is #844C42. Grayscale: #A3A3A3. Windows color (decimal): -8670275 or 12432251. OLE color: 12432251.

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

Color convert

RGB 123 179 189 -
CMYK 0.35 0.05 0 0.26
HSL 189.09º 0.33% 0.61% -
HSV(B) 189.09º 0.35% 0.74% -
XYZ 33.47 40.13 54.12 -
YUV 163.4 142.45 99.19 -
System Red Green Blue C M Y K H S L
Decimal 123 179 189 0.35 0.05 0 0.26 189.09 0.33 0.61
Hex 7B B3 BD 23 5 0 1A BD 21 3D
Octal 173 263 275 43 5 0 32 275 41 75
Binary 1111011 10110011 10111101 100011 101 0 11010 10111101 100001 111101

Color Harmonies of #7BB3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB3BD

Black with #7BB3BD

Text Example


Text Example

White with #7BB3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,179,189); }

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

background-color css

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

 a { background-color: rgb(123,179,189); }

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

border-color css

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

 span { border-color: rgb(123,179,189); }

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