Html Css Color HEX #7BABBA Glacier

📋 copy color: '#7BABBA'

red 123 ◦ green 171 ◦ blue 186

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

Shades of Glacier #7BABBA

Tints of Glacier #7BABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 25.63%
G = 35.63%
B = 38.75%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7BABBA (or 0x7BABBA) is known color: Glacier. HEX triplet: 7B, AB and BA. RGB value is (123,171,186). Sum of RGB (Red+Green+Blue) = 123+171+186=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #7BABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABBA is #845445. Grayscale: #9E9E9E. Windows color (decimal): -8672326 or 12233595. OLE color: 12233595.

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

Color convert

RGB 123 171 186 -
CMYK 0.34 0.08 0 0.27
HSL 194.29º 0.31% 0.61% -
HSV(B) 194.29º 0.34% 0.73% -
XYZ 31.59 36.88 51.91 -
YUV 158.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 123 171 186 0.34 0.08 0 0.27 194.29 0.31 0.61
Hex 7B AB BA 22 8 0 1B C2 1F 3D
Octal 173 253 272 42 10 0 33 302 37 75
Binary 1111011 10101011 10111010 100010 1000 0 11011 11000010 11111 111101

Color Harmonies of #7BABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BABBA

Black with #7BABBA

Text Example


Text Example

White with #7BABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,171,186); }

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

background-color css

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

 a { background-color: rgb(123,171,186); }

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

border-color css

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

 span { border-color: rgb(123,171,186); }

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