Html Css Color HEX #64ABC4 Glacier

📋 copy color: '#64ABC4'

red 100 ◦ green 171 ◦ blue 196

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

Shades of Glacier #64ABC4

Tints of Glacier #64ABC4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

 BLUE value IS 196 (76.95% from 255) = 41.97%

R = 21.41%
G = 36.62%
B = 41.97%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#64ABC4 (or 0x64ABC4) is known color: Glacier. HEX triplet: 64, AB and C4. RGB value is (100,171,196). Sum of RGB (Red+Green+Blue) = 100+171+196=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #64ABC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABC4 is #9B543B. Grayscale: #989898. Windows color (decimal): -10179644 or 12888932. OLE color: 12888932.

HSL color Cylindrical-coordinate representation of color #64ABC4: hue angle of 195.62º degrees, saturation: 0.45, 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 #64ABC4 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 100 171 196 -
CMYK 0.49 0.13 0 0.23
HSL 195.63º 0.45% 0.58% -
HSV(B) 195.63º 0.49% 0.77% -
XYZ 29.78 35.82 57.57 -
YUV 152.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 100 171 196 0.49 0.13 0 0.23 195.63 0.45 0.58
Hex 64 AB C4 31 D 0 17 C4 2D 3A
Octal 144 253 304 61 15 0 27 304 55 72
Binary 1100100 10101011 11000100 110001 1101 0 10111 11000100 101101 111010

Color Harmonies of #64ABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABC4

Black with #64ABC4

Text Example


Text Example

White with #64ABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,171,196); }

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

background-color css

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

 a { background-color: rgb(100,171,196); }

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

border-color css

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

 span { border-color: rgb(100,171,196); }

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