Html Css Color HEX #73AEBF Glacier

📋 copy color: '#73AEBF'

red 115 ◦ green 174 ◦ blue 191

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

Shades of Glacier #73AEBF

Tints of Glacier #73AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.25%

 BLUE value IS 191 (75% from 255) = 39.79%

R = 23.96%
G = 36.25%
B = 39.79%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#73AEBF (or 0x73AEBF) is known color: Glacier. HEX triplet: 73, AE and BF. RGB value is (115,174,191). Sum of RGB (Red+Green+Blue) = 115+174+191=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #73AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AEBF is #8C5140. Grayscale: #9E9E9E. Windows color (decimal): -9195841 or 12562035. OLE color: 12562035.

HSL color Cylindrical-coordinate representation of color #73AEBF: hue angle of 193.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73AEBF is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 174 191 -
CMYK 0.40 0.09 0 0.25
HSL 193.42º 0.37% 0.6% -
HSV(B) 193.42º 0.4% 0.75% -
XYZ 31.61 37.68 54.9 -
YUV 158.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 115 174 191 0.40 0.09 0 0.25 193.42 0.37 0.6
Hex 73 AE BF 28 9 0 19 C1 25 3C
Octal 163 256 277 50 11 0 31 301 45 74
Binary 1110011 10101110 10111111 101000 1001 0 11001 11000001 100101 111100

Color Harmonies of #73AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AEBF

Black with #73AEBF

Text Example


Text Example

White with #73AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,174,191); }

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

background-color css

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

 a { background-color: rgb(115,174,191); }

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

border-color css

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

 span { border-color: rgb(115,174,191); }

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