Html Css Color HEX #73A7C1 Glacier

📋 copy color: '#73A7C1'

red 115 ◦ green 167 ◦ blue 193

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

Shades of Glacier #73A7C1

Tints of Glacier #73A7C1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.16%

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 24.21%
G = 35.16%
B = 40.63%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#73A7C1 (or 0x73A7C1) is known color: Glacier. HEX triplet: 73, A7 and C1. RGB value is (115,167,193). Sum of RGB (Red+Green+Blue) = 115+167+193=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #73A7C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A7C1 is #8C583E. Grayscale: #9A9A9A. Windows color (decimal): -9197631 or 12691315. OLE color: 12691315.

HSL color Cylindrical-coordinate representation of color #73A7C1: hue angle of 200º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73A7C1 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 167 193 -
CMYK 0.40 0.13 0 0.24
HSL 200º 0.39% 0.6% -
HSV(B) 200º 0.4% 0.76% -
XYZ 30.51 35.13 55.63 -
YUV 154.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 115 167 193 0.40 0.13 0 0.24 200 0.39 0.6
Hex 73 A7 C1 28 D 0 18 C8 27 3C
Octal 163 247 301 50 15 0 30 310 47 74
Binary 1110011 10100111 11000001 101000 1101 0 11000 11001000 100111 111100

Color Harmonies of #73A7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A7C1

Black with #73A7C1

Text Example


Text Example

White with #73A7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,167,193); }

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

background-color css

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

 a { background-color: rgb(115,167,193); }

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

border-color css

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

 span { border-color: rgb(115,167,193); }

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