Html Css Color HEX #64AFC1 Fountain Blue

📋 copy color: '#64AFC1'

red 100 ◦ green 175 ◦ blue 193

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

Shades of Fountain Blue #64AFC1

Tints of Fountain Blue #64AFC1

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 value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#64AFC1 (or 0x64AFC1) is known color: 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

RGB 100 175 193 -
CMYK 0.48 0.09 0 0.24
HSL 191.61º 0.43% 0.57% -
HSV(B) 191.61º 0.48% 0.76% -
XYZ 30.21 37.22 56.04 -
YUV 154.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 100 175 193 0.48 0.09 0 0.24 191.61 0.43 0.57
Hex 64 AF C1 30 9 0 18 C0 2B 39
Octal 144 257 301 60 11 0 30 300 53 71
Binary 1100100 10101111 11000001 110000 1001 0 11000 11000000 101011 111001

Color Harmonies of #64AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFC1

Black with #64AFC1

Text Example


Text Example

White with #64AFC1

Text Example


Text Example

HTML Codes & Css Web 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>