Html Css Color HEX #7BACBB Glacier

📋 copy color: '#7BACBB'

red 123 ◦ green 172 ◦ blue 187

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

Shades of Glacier #7BACBB

Tints of Glacier #7BACBB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 25.52%
G = 35.68%
B = 38.8%

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

#7BACBB (or 0x7BACBB) is known color: Glacier. HEX triplet: 7B, AC and BB. RGB value is (123,172,187). Sum of RGB (Red+Green+Blue) = 123+172+187=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #7BACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACBB is #845344. Grayscale: #9E9E9E. Windows color (decimal): -8672069 or 12299387. OLE color: 12299387.

HSL color Cylindrical-coordinate representation of color #7BACBB: hue angle of 194.06º degrees, saturation: 0.32, 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 #7BACBB is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 172 187 -
CMYK 0.34 0.08 0 0.27
HSL 194.06º 0.32% 0.61% -
HSV(B) 194.06º 0.34% 0.73% -
XYZ 31.89 37.3 52.53 -
YUV 159.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 123 172 187 0.34 0.08 0 0.27 194.06 0.32 0.61
Hex 7B AC BB 22 8 0 1B C2 20 3D
Octal 173 254 273 42 10 0 33 302 40 75
Binary 1111011 10101100 10111011 100010 1000 0 11011 11000010 100000 111101

Color Harmonies of #7BACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACBB

Black with #7BACBB

Text Example


Text Example

White with #7BACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,172,187); }

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

background-color css

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

 a { background-color: rgb(123,172,187); }

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

border-color css

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

 span { border-color: rgb(123,172,187); }

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