Html Css Color HEX #72A4BE Glacier

📋 copy color: '#72A4BE'

red 114 ◦ green 164 ◦ blue 190

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

Shades of Glacier #72A4BE

Tints of Glacier #72A4BE

RGB

 RED value IS 114 (44.92% from 255) = 24.36%

 GREEN value IS 164 (64.45% from 255) = 35.04%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 24.36%
G = 35.04%
B = 40.6%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72A4BE (or 0x72A4BE) is known color: Glacier. HEX triplet: 72, A4 and BE. RGB value is (114,164,190). Sum of RGB (Red+Green+Blue) = 114+164+190=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #72A4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72A4BE is #8D5B41. Grayscale: #979797. Windows color (decimal): -9263938 or 12493938. OLE color: 12493938.

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

Color convert

RGB 114 164 190 -
CMYK 0.40 0.14 0 0.25
HSL 200.53º 0.37% 0.6% -
HSV(B) 200.53º 0.4% 0.75% -
XYZ 29.51 33.85 53.69 -
YUV 152.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 114 164 190 0.40 0.14 0 0.25 200.53 0.37 0.6
Hex 72 A4 BE 28 E 0 19 C9 25 3C
Octal 162 244 276 50 16 0 31 311 45 74
Binary 1110010 10100100 10111110 101000 1110 0 11001 11001001 100101 111100

Color Harmonies of #72A4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A4BE

Black with #72A4BE

Text Example


Text Example

White with #72A4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A4BE; }

 p { color: rgb(114,164,190); }

 H1.HeaderClassName
 {
   color: #72A4BE;
 }
 .AnyTagClassName
 {
   color: #72A4BE;
 }
</style>

background-color css

<style>
 a { background-color: #72A4BE; }

 a { background-color: rgb(114,164,190); }

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

border-color css

<style>
 span { border-color: #72A4BE; }

 span { border-color: rgb(114,164,190); }

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