Html Css Color HEX #7BAEC1 Glacier

📋 copy color: '#7BAEC1'

red 123 ◦ green 174 ◦ blue 193

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

Shades of Glacier #7BAEC1

Tints of Glacier #7BAEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.51%

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 25.1%
G = 35.51%
B = 39.39%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7BAEC1 (or 0x7BAEC1) is known color: Glacier. HEX triplet: 7B, AE and C1. RGB value is (123,174,193). Sum of RGB (Red+Green+Blue) = 123+174+193=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #7BAEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAEC1 is #84513E. Grayscale: #A0A0A0. Windows color (decimal): -8671551 or 12693115. OLE color: 12693115.

HSL color Cylindrical-coordinate representation of color #7BAEC1: hue angle of 196.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BAEC1 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 174 193 -
CMYK 0.36 0.10 0 0.24
HSL 196.29º 0.36% 0.62% -
HSV(B) 196.29º 0.36% 0.76% -
XYZ 32.93 38.33 56.12 -
YUV 160.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 123 174 193 0.36 0.10 0 0.24 196.29 0.36 0.62
Hex 7B AE C1 24 A 0 18 C4 24 3E
Octal 173 256 301 44 12 0 30 304 44 76
Binary 1111011 10101110 11000001 100100 1010 0 11000 11000100 100100 111110

Color Harmonies of #7BAEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEC1

Black with #7BAEC1

Text Example


Text Example

White with #7BAEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,174,193); }

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

background-color css

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

 a { background-color: rgb(123,174,193); }

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

border-color css

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

 span { border-color: rgb(123,174,193); }

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