Html Css Color HEX #73AABA Glacier

📋 copy color: '#73AABA'

red 115 ◦ green 170 ◦ blue 186

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

Shades of Glacier #73AABA

Tints of Glacier #73AABA

RGB

 RED value IS 115 (45.31% from 255) = 24.42%

 GREEN value IS 170 (66.8% from 255) = 36.09%

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

R = 24.42%
G = 36.09%
B = 39.49%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73AABA (or 0x73AABA) is known color: Glacier. HEX triplet: 73, AA and BA. RGB value is (115,170,186). Sum of RGB (Red+Green+Blue) = 115+170+186=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #73AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AABA is #8C5545. Grayscale: #9B9B9B. Windows color (decimal): -9196870 or 12233331. OLE color: 12233331.

HSL color Cylindrical-coordinate representation of color #73AABA: hue angle of 193.52º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73AABA is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 170 186 -
CMYK 0.38 0.09 0 0.27
HSL 193.52º 0.34% 0.59% -
HSV(B) 193.52º 0.38% 0.73% -
XYZ 30.31 35.94 51.79 -
YUV 155.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 115 170 186 0.38 0.09 0 0.27 193.52 0.34 0.59
Hex 73 AA BA 26 9 0 1B C2 22 3B
Octal 163 252 272 46 11 0 33 302 42 73
Binary 1110011 10101010 10111010 100110 1001 0 11011 11000010 100010 111011

Color Harmonies of #73AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AABA

Black with #73AABA

Text Example


Text Example

White with #73AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73AABA; }

 p { color: rgb(115,170,186); }

 H1.HeaderClassName
 {
   color: #73AABA;
 }
 .AnyTagClassName
 {
   color: #73AABA;
 }
</style>

background-color css

<style>
 a { background-color: #73AABA; }

 a { background-color: rgb(115,170,186); }

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

border-color css

<style>
 span { border-color: #73AABA; }

 span { border-color: rgb(115,170,186); }

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