Html Css Color HEX #73A8B9 Glacier

📋 copy color: '#73A8B9'

red 115 ◦ green 168 ◦ blue 185

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

Shades of Glacier #73A8B9

Tints of Glacier #73A8B9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

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

R = 24.57%
G = 35.9%
B = 39.53%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73A8B9 (or 0x73A8B9) is known color: Glacier. HEX triplet: 73, A8 and B9. RGB value is (115,168,185). Sum of RGB (Red+Green+Blue) = 115+168+185=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #73A8B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8B9 is #8C5746. Grayscale: #999999. Windows color (decimal): -9197383 or 12167283. OLE color: 12167283.

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

Color convert

RGB 115 168 185 -
CMYK 0.38 0.09 0 0.27
HSL 194.57º 0.33% 0.59% -
HSV(B) 194.57º 0.38% 0.73% -
XYZ 29.83 35.15 51.11 -
YUV 154.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 115 168 185 0.38 0.09 0 0.27 194.57 0.33 0.59
Hex 73 A8 B9 26 9 0 1B C3 21 3B
Octal 163 250 271 46 11 0 33 303 41 73
Binary 1110011 10101000 10111001 100110 1001 0 11011 11000011 100001 111011

Color Harmonies of #73A8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A8B9

Black with #73A8B9

Text Example


Text Example

White with #73A8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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