Html Css Color HEX #74ADC6 Glacier

📋 copy color: '#74ADC6'

red 116 ◦ green 173 ◦ blue 198

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

Shades of Glacier #74ADC6

Tints of Glacier #74ADC6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.52%

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

R = 23.82%
G = 35.52%
B = 40.66%

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

#74ADC6 (or 0x74ADC6) is known color: Glacier. HEX triplet: 74, AD and C6. RGB value is (116,173,198). Sum of RGB (Red+Green+Blue) = 116+173+198=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #74ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADC6 is #8B5239. Grayscale: #9E9E9E. Windows color (decimal): -9130554 or 13020532. OLE color: 13020532.

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

Color convert

RGB 116 173 198 -
CMYK 0.41 0.13 0 0.22
HSL 198.29º 0.42% 0.62% -
HSV(B) 198.29º 0.41% 0.78% -
XYZ 32.34 37.68 58.99 -
YUV 158.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 116 173 198 0.41 0.13 0 0.22 198.29 0.42 0.62
Hex 74 AD C6 29 D 0 16 C6 2A 3E
Octal 164 255 306 51 15 0 26 306 52 76
Binary 1110100 10101101 11000110 101001 1101 0 10110 11000110 101010 111110

Color Harmonies of #74ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ADC6

Black with #74ADC6

Text Example


Text Example

White with #74ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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