Html Css Color HEX #73B7BE Glacier

📋 copy color: '#73B7BE'

red 115 ◦ green 183 ◦ blue 190

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

Shades of Glacier #73B7BE

Tints of Glacier #73B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.5%

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

R = 23.57%
G = 37.5%
B = 38.93%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#73B7BE (or 0x73B7BE) is known color: Glacier. HEX triplet: 73, B7 and BE. RGB value is (115,183,190). Sum of RGB (Red+Green+Blue) = 115+183+190=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #73B7BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B7BE is #8C4841. Grayscale: #A3A3A3. Windows color (decimal): -9193538 or 12498803. OLE color: 12498803.

HSL color Cylindrical-coordinate representation of color #73B7BE: hue angle of 185.6º 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 #73B7BE is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 183 190 -
CMYK 0.39 0.04 0 0.25
HSL 185.6º 0.37% 0.6% -
HSV(B) 185.6º 0.39% 0.75% -
XYZ 33.3 41.23 54.92 -
YUV 163.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 115 183 190 0.39 0.04 0 0.25 185.6 0.37 0.6
Hex 73 B7 BE 27 4 0 19 BA 25 3C
Octal 163 267 276 47 4 0 31 272 45 74
Binary 1110011 10110111 10111110 100111 100 0 11001 10111010 100101 111100

Color Harmonies of #73B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B7BE

Black with #73B7BE

Text Example


Text Example

White with #73B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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