Html Css Color HEX #74AEC0 Glacier

📋 copy color: '#74AEC0'

red 116 ◦ green 174 ◦ blue 192

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

Shades of Glacier #74AEC0

Tints of Glacier #74AEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 24.07%
G = 36.1%
B = 39.83%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#74AEC0 (or 0x74AEC0) is known color: Glacier. HEX triplet: 74, AE and C0. RGB value is (116,174,192). Sum of RGB (Red+Green+Blue) = 116+174+192=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #74AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AEC0 is #8B513F. Grayscale: #9E9E9E. Windows color (decimal): -9130304 or 12627572. OLE color: 12627572.

HSL color Cylindrical-coordinate representation of color #74AEC0: hue angle of 194.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74AEC0 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 174 192 -
CMYK 0.40 0.09 0 0.25
HSL 194.21º 0.38% 0.6% -
HSV(B) 194.21º 0.4% 0.75% -
XYZ 31.85 37.79 55.48 -
YUV 158.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 116 174 192 0.40 0.09 0 0.25 194.21 0.38 0.6
Hex 74 AE C0 28 9 0 19 C2 26 3C
Octal 164 256 300 50 11 0 31 302 46 74
Binary 1110100 10101110 11000000 101000 1001 0 11001 11000010 100110 111100

Color Harmonies of #74AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AEC0

Black with #74AEC0

Text Example


Text Example

White with #74AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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