Html Css Color HEX #74ACC5 Glacier

📋 copy color: '#74ACC5'

red 116 ◦ green 172 ◦ blue 197

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

Shades of Glacier #74ACC5

Tints of Glacier #74ACC5

RGB

 RED value IS 116 (45.7% from 255) = 23.92%

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

 BLUE value IS 197 (77.34% from 255) = 40.62%

R = 23.92%
G = 35.46%
B = 40.62%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#74ACC5 (or 0x74ACC5) is known color: Glacier. HEX triplet: 74, AC and C5. RGB value is (116,172,197). Sum of RGB (Red+Green+Blue) = 116+172+197=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #74ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACC5 is #8B533A. Grayscale: #9D9D9D. Windows color (decimal): -9130811 or 12954740. OLE color: 12954740.

HSL color Cylindrical-coordinate representation of color #74ACC5: hue angle of 198.52º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74ACC5 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 172 197 -
CMYK 0.41 0.13 0 0.23
HSL 198.52º 0.41% 0.61% -
HSV(B) 198.52º 0.41% 0.77% -
XYZ 32.03 37.25 58.32 -
YUV 158.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 116 172 197 0.41 0.13 0 0.23 198.52 0.41 0.61
Hex 74 AC C5 29 D 0 17 C7 29 3D
Octal 164 254 305 51 15 0 27 307 51 75
Binary 1110100 10101100 11000101 101001 1101 0 10111 11000111 101001 111101

Color Harmonies of #74ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACC5

Black with #74ACC5

Text Example


Text Example

White with #74ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74ACC5; }

 p { color: rgb(116,172,197); }

 H1.HeaderClassName
 {
   color: #74ACC5;
 }
 .AnyTagClassName
 {
   color: #74ACC5;
 }
</style>

background-color css

<style>
 a { background-color: #74ACC5; }

 a { background-color: rgb(116,172,197); }

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

border-color css

<style>
 span { border-color: #74ACC5; }

 span { border-color: rgb(116,172,197); }

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