#64AFC1

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

Shades of Fountain Blue #64AFC1

Tints of Fountain Blue #64AFC1

Color information

#64AFC1 (or 0x64AFC1) is unknown color: approx Fountain Blue. HEX triplet: 64, AF and C1. RGB value is (100,175,193). Sum of RGB (Red+Green+Blue) = 100+175+193=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #64AFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFC1 is #9B503E. Grayscale: #9A9A9A. Windows color (decimal): -10178623 or 12693348. OLE color: 12693348.

HSL color Cylindrical-coordinate representation of color #64AFC1: hue angle of 191.61º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64AFC1 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100175193-
CMYK0.480.0900.24
HSL191.61º42.86%57.45%-
HSV(B)191.61º48.19%75.69%-
XYZ30.2137.2256.04-
YUV154.63149.6589.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.37%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=21.37%
G=37.39%
B=41.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001751930.480.0900.24191.6142.8657.45
Hex64AFC1309018c02b39
Octal14425730160110303005371
Binary11001001010111111000001110000100101100011000000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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