Html Css Color HEX #64AFC7 Glacier

📋 copy color: '#64AFC7'

red 100 ◦ green 175 ◦ blue 199

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

Shades of Glacier #64AFC7

Tints of Glacier #64AFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.92%

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 21.1%
G = 36.92%
B = 41.98%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#64AFC7 (or 0x64AFC7) is known color: Glacier. HEX triplet: 64, AF and C7. RGB value is (100,175,199). Sum of RGB (Red+Green+Blue) = 100+175+199=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #64AFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFC7 is #9B5038. Grayscale: #9B9B9B. Windows color (decimal): -10178617 or 13086564. OLE color: 13086564.

HSL color Cylindrical-coordinate representation of color #64AFC7: hue angle of 194.55º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64AFC7 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 175 199 -
CMYK 0.50 0.12 0 0.22
HSL 194.55º 0.47% 0.59% -
HSV(B) 194.55º 0.5% 0.78% -
XYZ 30.89 37.49 59.64 -
YUV 155.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 100 175 199 0.50 0.12 0 0.22 194.55 0.47 0.59
Hex 64 AF C7 32 C 0 16 C3 2F 3B
Octal 144 257 307 62 14 0 26 303 57 73
Binary 1100100 10101111 11000111 110010 1100 0 10110 11000011 101111 111011

Color Harmonies of #64AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFC7

Black with #64AFC7

Text Example


Text Example

White with #64AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,175,199); }

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

background-color css

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

 a { background-color: rgb(100,175,199); }

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

border-color css

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

 span { border-color: rgb(100,175,199); }

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