Html Css Color HEX #64A9BC Fountain Blue

📋 copy color: '#64A9BC'

red 100 ◦ green 169 ◦ blue 188

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

Shades of Fountain Blue #64A9BC

Tints of Fountain Blue #64A9BC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 21.88%
G = 36.98%
B = 41.14%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#64A9BC (or 0x64A9BC) is known color: Fountain Blue. HEX triplet: 64, A9 and BC. RGB value is (100,169,188). Sum of RGB (Red+Green+Blue) = 100+169+188=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #64A9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A9BC is #9B5643. Grayscale: #969696. Windows color (decimal): -10180164 or 12364132. OLE color: 12364132.

HSL color Cylindrical-coordinate representation of color #64A9BC: hue angle of 192.95º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64A9BC is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 169 188 -
CMYK 0.47 0.10 0 0.26
HSL 192.95º 0.4% 0.56% -
HSV(B) 192.95º 0.47% 0.74% -
XYZ 28.52 34.72 52.77 -
YUV 150.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 100 169 188 0.47 0.10 0 0.26 192.95 0.4 0.56
Hex 64 A9 BC 2F A 0 1A C1 28 38
Octal 144 251 274 57 12 0 32 301 50 70
Binary 1100100 10101001 10111100 101111 1010 0 11010 11000001 101000 111000

Color Harmonies of #64A9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A9BC

Black with #64A9BC

Text Example


Text Example

White with #64A9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,169,188); }

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

background-color css

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

 a { background-color: rgb(100,169,188); }

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

border-color css

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

 span { border-color: rgb(100,169,188); }

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