Html Css Color HEX #64ADC5 Glacier

📋 copy color: '#64ADC5'

red 100 ◦ green 173 ◦ blue 197

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

Shades of Glacier #64ADC5

Tints of Glacier #64ADC5

RGB

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

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

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

R = 21.28%
G = 36.81%
B = 41.91%

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

#64ADC5 (or 0x64ADC5) is known color: Glacier. HEX triplet: 64, AD and C5. RGB value is (100,173,197). Sum of RGB (Red+Green+Blue) = 100+173+197=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #64ADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ADC5 is #9B523A. Grayscale: #999999. Windows color (decimal): -10179131 or 12954980. OLE color: 12954980.

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

Color convert

RGB 100 173 197 -
CMYK 0.49 0.12 0 0.23
HSL 194.85º 0.46% 0.58% -
HSV(B) 194.85º 0.49% 0.77% -
XYZ 30.28 36.63 58.3 -
YUV 153.91 152.32 89.55 -
System Red Green Blue C M Y K H S L
Decimal 100 173 197 0.49 0.12 0 0.23 194.85 0.46 0.58
Hex 64 AD C5 31 C 0 17 C3 2E 3A
Octal 144 255 305 61 14 0 27 303 56 72
Binary 1100100 10101101 11000101 110001 1100 0 10111 11000011 101110 111010

Color Harmonies of #64ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADC5

Black with #64ADC5

Text Example


Text Example

White with #64ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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