Html Css Color HEX #73A4BE Glacier

📋 copy color: '#73A4BE'

red 115 ◦ green 164 ◦ blue 190

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

Shades of Glacier #73A4BE

Tints of Glacier #73A4BE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 24.52%
G = 34.97%
B = 40.51%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#73A4BE (or 0x73A4BE) is known color: Glacier. HEX triplet: 73, A4 and BE. RGB value is (115,164,190). Sum of RGB (Red+Green+Blue) = 115+164+190=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #73A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A4BE is #8C5B41. Grayscale: #989898. Windows color (decimal): -9198402 or 12493939. OLE color: 12493939.

HSL color Cylindrical-coordinate representation of color #73A4BE: hue angle of 200.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73A4BE is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 164 190 -
CMYK 0.39 0.14 0 0.25
HSL 200.8º 0.37% 0.6% -
HSV(B) 200.8º 0.39% 0.75% -
XYZ 29.64 33.91 53.7 -
YUV 152.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 115 164 190 0.39 0.14 0 0.25 200.8 0.37 0.6
Hex 73 A4 BE 27 E 0 19 C9 25 3C
Octal 163 244 276 47 16 0 31 311 45 74
Binary 1110011 10100100 10111110 100111 1110 0 11001 11001001 100101 111100

Color Harmonies of #73A4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A4BE

Black with #73A4BE

Text Example


Text Example

White with #73A4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,164,190); }

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

background-color css

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

 a { background-color: rgb(115,164,190); }

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

border-color css

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

 span { border-color: rgb(115,164,190); }

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