Html Css Color HEX #73ABBF Glacier

📋 copy color: '#73ABBF'

red 115 ◦ green 171 ◦ blue 191

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

Shades of Glacier #73ABBF

Tints of Glacier #73ABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.85%

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

R = 24.11%
G = 35.85%
B = 40.04%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#73ABBF (or 0x73ABBF) is known color: Glacier. HEX triplet: 73, AB and BF. RGB value is (115,171,191). Sum of RGB (Red+Green+Blue) = 115+171+191=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #73ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABBF is #8C5440. Grayscale: #9C9C9C. Windows color (decimal): -9196609 or 12561267. OLE color: 12561267.

HSL color Cylindrical-coordinate representation of color #73ABBF: hue angle of 195.79º 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 #73ABBF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 171 191 -
CMYK 0.40 0.10 0 0.25
HSL 195.79º 0.37% 0.6% -
HSV(B) 195.79º 0.4% 0.75% -
XYZ 31.04 36.53 54.71 -
YUV 156.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 115 171 191 0.40 0.10 0 0.25 195.79 0.37 0.6
Hex 73 AB BF 28 A 0 19 C4 25 3C
Octal 163 253 277 50 12 0 31 304 45 74
Binary 1110011 10101011 10111111 101000 1010 0 11001 11000100 100101 111100

Color Harmonies of #73ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABBF

Black with #73ABBF

Text Example


Text Example

White with #73ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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