Html Css Color HEX #64AEC5 Glacier

📋 copy color: '#64AEC5'

red 100 ◦ green 174 ◦ blue 197

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

Shades of Glacier #64AEC5

Tints of Glacier #64AEC5

RGB

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

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

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

R = 21.23%
G = 36.94%
B = 41.83%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#64AEC5 (or 0x64AEC5) is known color: Glacier. HEX triplet: 64, AE and C5. RGB value is (100,174,197). Sum of RGB (Red+Green+Blue) = 100+174+197=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #64AEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEC5 is #9B513A. Grayscale: #9A9A9A. Windows color (decimal): -10178875 or 12955236. OLE color: 12955236.

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

Color convert

RGB 100 174 197 -
CMYK 0.49 0.12 0 0.23
HSL 194.23º 0.46% 0.58% -
HSV(B) 194.23º 0.49% 0.77% -
XYZ 30.47 37.01 58.36 -
YUV 154.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 100 174 197 0.49 0.12 0 0.23 194.23 0.46 0.58
Hex 64 AE C5 31 C 0 17 C2 2E 3A
Octal 144 256 305 61 14 0 27 302 56 72
Binary 1100100 10101110 11000101 110001 1100 0 10111 11000010 101110 111010

Color Harmonies of #64AEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEC5

Black with #64AEC5

Text Example


Text Example

White with #64AEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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