Html Css Color HEX #64AABD Fountain Blue

📋 copy color: '#64AABD'

red 100 ◦ green 170 ◦ blue 189

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

Shades of Fountain Blue #64AABD

Tints of Fountain Blue #64AABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 21.79%
G = 37.04%
B = 41.18%

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

#64AABD (or 0x64AABD) is known color: Fountain Blue. HEX triplet: 64, AA and BD. RGB value is (100,170,189). Sum of RGB (Red+Green+Blue) = 100+170+189=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #64AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AABD is #9B5542. Grayscale: #979797. Windows color (decimal): -10179907 or 12429924. OLE color: 12429924.

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

Color convert

RGB 100 170 189 -
CMYK 0.47 0.10 0 0.26
HSL 192.81º 0.4% 0.57% -
HSV(B) 192.81º 0.47% 0.74% -
XYZ 28.82 35.13 53.41 -
YUV 151.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 100 170 189 0.47 0.10 0 0.26 192.81 0.4 0.57
Hex 64 AA BD 2F A 0 1A C1 28 39
Octal 144 252 275 57 12 0 32 301 50 71
Binary 1100100 10101010 10111101 101111 1010 0 11010 11000001 101000 111001

Color Harmonies of #64AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AABD

Black with #64AABD

Text Example


Text Example

White with #64AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,170,189); }

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

background-color css

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

 a { background-color: rgb(100,170,189); }

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

border-color css

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

 span { border-color: rgb(100,170,189); }

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