Html Css Color HEX #74AEC5 Glacier

📋 copy color: '#74AEC5'

red 116 ◦ green 174 ◦ blue 197

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

Shades of Glacier #74AEC5

Tints of Glacier #74AEC5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

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

R = 23.82%
G = 35.73%
B = 40.45%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#74AEC5 (or 0x74AEC5) is known color: Glacier. HEX triplet: 74, AE and C5. RGB value is (116,174,197). Sum of RGB (Red+Green+Blue) = 116+174+197=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #74AEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AEC5 is #8B513A. Grayscale: #9F9F9F. Windows color (decimal): -9130299 or 12955252. OLE color: 12955252.

HSL color Cylindrical-coordinate representation of color #74AEC5: hue angle of 197.04º 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 #74AEC5 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 174 197 -
CMYK 0.41 0.12 0 0.23
HSL 197.04º 0.41% 0.61% -
HSV(B) 197.04º 0.41% 0.77% -
XYZ 32.42 38.02 58.45 -
YUV 159.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 116 174 197 0.41 0.12 0 0.23 197.04 0.41 0.61
Hex 74 AE C5 29 C 0 17 C5 29 3D
Octal 164 256 305 51 14 0 27 305 51 75
Binary 1110100 10101110 11000101 101001 1100 0 10111 11000101 101001 111101

Color Harmonies of #74AEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AEC5

Black with #74AEC5

Text Example


Text Example

White with #74AEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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