Html Css Color HEX #73B7BD Glacier

📋 copy color: '#73B7BD'

red 115 ◦ green 183 ◦ blue 189

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

Shades of Glacier #73B7BD

Tints of Glacier #73B7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 23.61%
G = 37.58%
B = 38.81%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#73B7BD (or 0x73B7BD) is known color: Glacier. HEX triplet: 73, B7 and BD. RGB value is (115,183,189). Sum of RGB (Red+Green+Blue) = 115+183+189=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #73B7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B7BD is #8C4842. Grayscale: #A3A3A3. Windows color (decimal): -9193539 or 12433267. OLE color: 12433267.

HSL color Cylindrical-coordinate representation of color #73B7BD: hue angle of 184.86º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B7BD is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 183 189 -
CMYK 0.39 0.03 0 0.26
HSL 184.86º 0.36% 0.6% -
HSV(B) 184.86º 0.39% 0.74% -
XYZ 33.19 41.19 54.34 -
YUV 163.35 142.47 93.51 -
System Red Green Blue C M Y K H S L
Decimal 115 183 189 0.39 0.03 0 0.26 184.86 0.36 0.6
Hex 73 B7 BD 27 3 0 1A B9 24 3C
Octal 163 267 275 47 3 0 32 271 44 74
Binary 1110011 10110111 10111101 100111 11 0 11010 10111001 100100 111100

Color Harmonies of #73B7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B7BD

Black with #73B7BD

Text Example


Text Example

White with #73B7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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