#64AFC6

Color #64AFC6 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #64AFC6

Tints of Glacier #64AFC6

Color information

#64AFC6 (or 0x64AFC6) is unknown color: approx Glacier. HEX triplet: 64, AF and C6. RGB value is (100,175,198). Sum of RGB (Red+Green+Blue) = 100+175+198=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #64AFC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFC6 is #9B5039. Grayscale: #9B9B9B. Windows color (decimal): -10178618 or 13021028. OLE color: 13021028.

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

Color convert

RGB100175198-
CMYK0.490.1200.22
HSL194.08º46.23%58.43%-
HSV(B)194.08º49.49%77.65%-
XYZ30.7837.4559.03-
YUV155.2152.1588.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.14%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=21.14%
G=37.00%
B=41.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001751980.490.1200.22194.0846.2358.43
Hex64AFC631C016c22e3a
Octal14425730661140263025672
Binary11001001010111111000110110001110001011011000010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64AFC6;
 }
 .AnyTagClassName
 {
   color: #64AFC6;
 }
</style>
background-color css

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

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

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

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

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

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