Html Css Color HEX #73ACC1 Glacier

📋 copy color: '#73ACC1'

red 115 ◦ green 172 ◦ blue 193

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

Shades of Glacier #73ACC1

Tints of Glacier #73ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.83%

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

R = 23.96%
G = 35.83%
B = 40.21%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#73ACC1 (or 0x73ACC1) is known color: Glacier. HEX triplet: 73, AC and C1. RGB value is (115,172,193). Sum of RGB (Red+Green+Blue) = 115+172+193=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #73ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACC1 is #8C533E. Grayscale: #9D9D9D. Windows color (decimal): -9196351 or 12692595. OLE color: 12692595.

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

Color convert

RGB 115 172 193 -
CMYK 0.40 0.11 0 0.24
HSL 196.15º 0.39% 0.6% -
HSV(B) 196.15º 0.4% 0.76% -
XYZ 31.45 37 55.94 -
YUV 157.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 115 172 193 0.40 0.11 0 0.24 196.15 0.39 0.6
Hex 73 AC C1 28 B 0 18 C4 27 3C
Octal 163 254 301 50 13 0 30 304 47 74
Binary 1110011 10101100 11000001 101000 1011 0 11000 11000100 100111 111100

Color Harmonies of #73ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ACC1

Black with #73ACC1

Text Example


Text Example

White with #73ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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