Html Css Color HEX #7BAEBA Glacier

📋 copy color: '#7BAEBA'

red 123 ◦ green 174 ◦ blue 186

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

Shades of Glacier #7BAEBA

Tints of Glacier #7BAEBA

RGB

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

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

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

R = 25.47%
G = 36.02%
B = 38.51%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7BAEBA (or 0x7BAEBA) is known color: Glacier. HEX triplet: 7B, AE and BA. RGB value is (123,174,186). Sum of RGB (Red+Green+Blue) = 123+174+186=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #7BAEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAEBA is #845145. Grayscale: #A0A0A0. Windows color (decimal): -8671558 or 12234363. OLE color: 12234363.

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

Color convert

RGB 123 174 186 -
CMYK 0.34 0.06 0 0.27
HSL 191.43º 0.31% 0.61% -
HSV(B) 191.43º 0.34% 0.73% -
XYZ 32.17 38.03 52.1 -
YUV 160.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 123 174 186 0.34 0.06 0 0.27 191.43 0.31 0.61
Hex 7B AE BA 22 6 0 1B BF 1F 3D
Octal 173 256 272 42 6 0 33 277 37 75
Binary 1111011 10101110 10111010 100010 110 0 11011 10111111 11111 111101

Color Harmonies of #7BAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEBA

Black with #7BAEBA

Text Example


Text Example

White with #7BAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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