Html Css Color HEX #74ACC6 Glacier

📋 copy color: '#74ACC6'

red 116 ◦ green 172 ◦ blue 198

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

Shades of Glacier #74ACC6

Tints of Glacier #74ACC6

RGB

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

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

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

R = 23.87%
G = 35.39%
B = 40.74%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#74ACC6 (or 0x74ACC6) is known color: Glacier. HEX triplet: 74, AC and C6. RGB value is (116,172,198). Sum of RGB (Red+Green+Blue) = 116+172+198=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #74ACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACC6 is #8B5339. Grayscale: #9E9E9E. Windows color (decimal): -9130810 or 13020276. OLE color: 13020276.

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

Color convert

RGB 116 172 198 -
CMYK 0.41 0.13 0 0.22
HSL 199.02º 0.42% 0.62% -
HSV(B) 199.02º 0.41% 0.78% -
XYZ 32.15 37.3 58.93 -
YUV 158.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 116 172 198 0.41 0.13 0 0.22 199.02 0.42 0.62
Hex 74 AC C6 29 D 0 16 C7 2A 3E
Octal 164 254 306 51 15 0 26 307 52 76
Binary 1110100 10101100 11000110 101001 1101 0 10110 11000111 101010 111110

Color Harmonies of #74ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACC6

Black with #74ACC6

Text Example


Text Example

White with #74ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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