Html Css Color HEX #64AEC6 Glacier

📋 copy color: '#64AEC6'

red 100 ◦ green 174 ◦ blue 198

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

Shades of Glacier #64AEC6

Tints of Glacier #64AEC6

RGB

 RED value IS 100 (39.45% from 255) = 21.19%

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

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

R = 21.19%
G = 36.86%
B = 41.95%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#64AEC6 (or 0x64AEC6) is known color: Glacier. HEX triplet: 64, AE and C6. RGB value is (100,174,198). Sum of RGB (Red+Green+Blue) = 100+174+198=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #64AEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEC6 is #9B5139. Grayscale: #9A9A9A. Windows color (decimal): -10178874 or 13020772. OLE color: 13020772.

HSL color Cylindrical-coordinate representation of color #64AEC6: hue angle of 194.69º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64AEC6 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 174 198 -
CMYK 0.49 0.12 0 0.22
HSL 194.69º 0.46% 0.58% -
HSV(B) 194.69º 0.49% 0.78% -
XYZ 30.58 37.06 58.97 -
YUV 154.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 100 174 198 0.49 0.12 0 0.22 194.69 0.46 0.58
Hex 64 AE C6 31 C 0 16 C3 2E 3A
Octal 144 256 306 61 14 0 26 303 56 72
Binary 1100100 10101110 11000110 110001 1100 0 10110 11000011 101110 111010

Color Harmonies of #64AEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEC6

Black with #64AEC6

Text Example


Text Example

White with #64AEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64AEC6; }

 p { color: rgb(100,174,198); }

 H1.HeaderClassName
 {
   color: #64AEC6;
 }
 .AnyTagClassName
 {
   color: #64AEC6;
 }
</style>

background-color css

<style>
 a { background-color: #64AEC6; }

 a { background-color: rgb(100,174,198); }

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

border-color css

<style>
 span { border-color: #64AEC6; }

 span { border-color: rgb(100,174,198); }

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