Html Css Color HEX #72ACC6 Glacier

📋 copy color: '#72ACC6'

red 114 ◦ green 172 ◦ blue 198

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

Shades of Glacier #72ACC6

Tints of Glacier #72ACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 23.55%
G = 35.54%
B = 40.91%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#72ACC6 (or 0x72ACC6) is known color: Glacier. HEX triplet: 72, AC and C6. RGB value is (114,172,198). Sum of RGB (Red+Green+Blue) = 114+172+198=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #72ACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACC6 is #8D5339. Grayscale: #9D9D9D. Windows color (decimal): -9261882 or 13020274. OLE color: 13020274.

HSL color Cylindrical-coordinate representation of color #72ACC6: hue angle of 198.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72ACC6 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 172 198 -
CMYK 0.42 0.13 0 0.22
HSL 198.57º 0.42% 0.61% -
HSV(B) 198.57º 0.42% 0.78% -
XYZ 31.89 37.16 58.92 -
YUV 157.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 114 172 198 0.42 0.13 0 0.22 198.57 0.42 0.61
Hex 72 AC C6 2A D 0 16 C7 2A 3D
Octal 162 254 306 52 15 0 26 307 52 75
Binary 1110010 10101100 11000110 101010 1101 0 10110 11000111 101010 111101

Color Harmonies of #72ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACC6

Black with #72ACC6

Text Example


Text Example

White with #72ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,172,198); }

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

background-color css

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

 a { background-color: rgb(114,172,198); }

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

border-color css

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

 span { border-color: rgb(114,172,198); }

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