Html Css Color HEX #72ACC7 Glacier

📋 copy color: '#72ACC7'

red 114 ◦ green 172 ◦ blue 199

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

Shades of Glacier #72ACC7

Tints of Glacier #72ACC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.03%

R = 23.51%
G = 35.46%
B = 41.03%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#72ACC7 (or 0x72ACC7) is known color: Glacier. HEX triplet: 72, AC and C7. RGB value is (114,172,199). Sum of RGB (Red+Green+Blue) = 114+172+199=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #72ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACC7 is #8D5338. Grayscale: #9D9D9D. Windows color (decimal): -9261881 or 13085810. OLE color: 13085810.

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

Color convert

RGB 114 172 199 -
CMYK 0.43 0.14 0 0.22
HSL 199.06º 0.43% 0.61% -
HSV(B) 199.06º 0.43% 0.78% -
XYZ 32 37.21 59.53 -
YUV 157.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 114 172 199 0.43 0.14 0 0.22 199.06 0.43 0.61
Hex 72 AC C7 2B E 0 16 C7 2B 3D
Octal 162 254 307 53 16 0 26 307 53 75
Binary 1110010 10101100 11000111 101011 1110 0 10110 11000111 101011 111101

Color Harmonies of #72ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACC7

Black with #72ACC7

Text Example


Text Example

White with #72ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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