Html Css Color HEX #73A5B9 Glacier

📋 copy color: '#73A5B9'

red 115 ◦ green 165 ◦ blue 185

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

Shades of Glacier #73A5B9

Tints of Glacier #73A5B9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

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

R = 24.73%
G = 35.48%
B = 39.78%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73A5B9 (or 0x73A5B9) is known color: Glacier. HEX triplet: 73, A5 and B9. RGB value is (115,165,185). Sum of RGB (Red+Green+Blue) = 115+165+185=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 185 - color contains mainly: blue. Hex color #73A5B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5B9 is #8C5A46. Grayscale: #989898. Windows color (decimal): -9198151 or 12166515. OLE color: 12166515.

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

Color convert

RGB 115 165 185 -
CMYK 0.38 0.11 0 0.27
HSL 197.14º 0.33% 0.59% -
HSV(B) 197.14º 0.38% 0.73% -
XYZ 29.28 34.06 50.93 -
YUV 152.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 115 165 185 0.38 0.11 0 0.27 197.14 0.33 0.59
Hex 73 A5 B9 26 B 0 1B C5 21 3B
Octal 163 245 271 46 13 0 33 305 41 73
Binary 1110011 10100101 10111001 100110 1011 0 11011 11000101 100001 111011

Color Harmonies of #73A5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A5B9

Black with #73A5B9

Text Example


Text Example

White with #73A5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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