Html Css Color HEX #73ADBA Glacier

📋 copy color: '#73ADBA'

red 115 ◦ green 173 ◦ blue 186

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

Shades of Glacier #73ADBA

Tints of Glacier #73ADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 24.26%
G = 36.5%
B = 39.24%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73ADBA (or 0x73ADBA) is known color: Glacier. HEX triplet: 73, AD and BA. RGB value is (115,173,186). Sum of RGB (Red+Green+Blue) = 115+173+186=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #73ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADBA is #8C5245. Grayscale: #9D9D9D. Windows color (decimal): -9196102 or 12234099. OLE color: 12234099.

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

Color convert

RGB 115 173 186 -
CMYK 0.38 0.07 0 0.27
HSL 190.99º 0.34% 0.59% -
HSV(B) 190.99º 0.38% 0.73% -
XYZ 30.88 37.08 51.98 -
YUV 157.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 115 173 186 0.38 0.07 0 0.27 190.99 0.34 0.59
Hex 73 AD BA 26 7 0 1B BF 22 3B
Octal 163 255 272 46 7 0 33 277 42 73
Binary 1110011 10101101 10111010 100110 111 0 11011 10111111 100010 111011

Color Harmonies of #73ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ADBA

Black with #73ADBA

Text Example


Text Example

White with #73ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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