Html Css Color HEX #73ADC1 Glacier

📋 copy color: '#73ADC1'

red 115 ◦ green 173 ◦ blue 193

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

Shades of Glacier #73ADC1

Tints of Glacier #73ADC1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

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

R = 23.91%
G = 35.97%
B = 40.12%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#73ADC1 (or 0x73ADC1) is known color: Glacier. HEX triplet: 73, AD and C1. RGB value is (115,173,193). Sum of RGB (Red+Green+Blue) = 115+173+193=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #73ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADC1 is #8C523E. Grayscale: #9D9D9D. Windows color (decimal): -9196095 or 12692851. OLE color: 12692851.

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

Color convert

RGB 115 173 193 -
CMYK 0.40 0.10 0 0.24
HSL 195.38º 0.39% 0.6% -
HSV(B) 195.38º 0.4% 0.76% -
XYZ 31.64 37.38 56 -
YUV 157.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 115 173 193 0.40 0.10 0 0.24 195.38 0.39 0.6
Hex 73 AD C1 28 A 0 18 C3 27 3C
Octal 163 255 301 50 12 0 30 303 47 74
Binary 1110011 10101101 11000001 101000 1010 0 11000 11000011 100111 111100

Color Harmonies of #73ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ADC1

Black with #73ADC1

Text Example


Text Example

White with #73ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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