Html Css Color HEX #73AABB Glacier

📋 copy color: '#73AABB'

red 115 ◦ green 170 ◦ blue 187

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

Shades of Glacier #73AABB

Tints of Glacier #73AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 24.36%
G = 36.02%
B = 39.62%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73AABB (or 0x73AABB) is known color: Glacier. HEX triplet: 73, AA and BB. RGB value is (115,170,187). Sum of RGB (Red+Green+Blue) = 115+170+187=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #73AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AABB is #8C5544. Grayscale: #9B9B9B. Windows color (decimal): -9196869 or 12298867. OLE color: 12298867.

HSL color Cylindrical-coordinate representation of color #73AABB: hue angle of 194.17º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73AABB is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 170 187 -
CMYK 0.39 0.09 0 0.27
HSL 194.17º 0.35% 0.59% -
HSV(B) 194.17º 0.39% 0.73% -
XYZ 30.41 35.98 52.36 -
YUV 155.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 115 170 187 0.39 0.09 0 0.27 194.17 0.35 0.59
Hex 73 AA BB 27 9 0 1B C2 23 3B
Octal 163 252 273 47 11 0 33 302 43 73
Binary 1110011 10101010 10111011 100111 1001 0 11011 11000010 100011 111011

Color Harmonies of #73AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AABB

Black with #73AABB

Text Example


Text Example

White with #73AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,170,187); }

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

background-color css

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

 a { background-color: rgb(115,170,187); }

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

border-color css

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

 span { border-color: rgb(115,170,187); }

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