Html Css Color HEX #73A6B9 Glacier

📋 copy color: '#73A6B9'

red 115 ◦ green 166 ◦ blue 185

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

Shades of Glacier #73A6B9

Tints of Glacier #73A6B9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

 BLUE value IS 185 (72.66% from 255) = 39.7%

R = 24.68%
G = 35.62%
B = 39.7%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73A6B9 (or 0x73A6B9) is known color: Glacier. HEX triplet: 73, A6 and B9. RGB value is (115,166,185). Sum of RGB (Red+Green+Blue) = 115+166+185=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #73A6B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A6B9 is #8C5946. Grayscale: #989898. Windows color (decimal): -9197895 or 12166771. OLE color: 12166771.

HSL color Cylindrical-coordinate representation of color #73A6B9: hue angle of 196.29º degrees, saturation: 0.33, 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 #73A6B9 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 166 185 -
CMYK 0.38 0.10 0 0.27
HSL 196.29º 0.33% 0.59% -
HSV(B) 196.29º 0.38% 0.73% -
XYZ 29.46 34.42 50.99 -
YUV 152.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 115 166 185 0.38 0.10 0 0.27 196.29 0.33 0.59
Hex 73 A6 B9 26 A 0 1B C4 21 3B
Octal 163 246 271 46 12 0 33 304 41 73
Binary 1110011 10100110 10111001 100110 1010 0 11011 11000100 100001 111011

Color Harmonies of #73A6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A6B9

Black with #73A6B9

Text Example


Text Example

White with #73A6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,166,185); }

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

background-color css

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

 a { background-color: rgb(115,166,185); }

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

border-color css

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

 span { border-color: rgb(115,166,185); }

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