Html Css Color HEX #73ACBC Glacier

📋 copy color: '#73ACBC'

red 115 ◦ green 172 ◦ blue 188

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

Shades of Glacier #73ACBC

Tints of Glacier #73ACBC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.21%

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 24.21%
G = 36.21%
B = 39.58%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#73ACBC (or 0x73ACBC) is known color: Glacier. HEX triplet: 73, AC and BC. RGB value is (115,172,188). Sum of RGB (Red+Green+Blue) = 115+172+188=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #73ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACBC is #8C5343. Grayscale: #9C9C9C. Windows color (decimal): -9196356 or 12364915. OLE color: 12364915.

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

Color convert

RGB 115 172 188 -
CMYK 0.39 0.09 0 0.26
HSL 193.15º 0.35% 0.59% -
HSV(B) 193.15º 0.39% 0.74% -
XYZ 30.9 36.78 53.05 -
YUV 156.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 115 172 188 0.39 0.09 0 0.26 193.15 0.35 0.59
Hex 73 AC BC 27 9 0 1A C1 23 3B
Octal 163 254 274 47 11 0 32 301 43 73
Binary 1110011 10101100 10111100 100111 1001 0 11010 11000001 100011 111011

Color Harmonies of #73ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ACBC

Black with #73ACBC

Text Example


Text Example

White with #73ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,172,188); }

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

background-color css

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

 a { background-color: rgb(115,172,188); }

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

border-color css

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

 span { border-color: rgb(115,172,188); }

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