Html Css Color HEX #64AFBD Fountain Blue

📋 copy color: '#64AFBD'

red 100 ◦ green 175 ◦ blue 189

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

Shades of Fountain Blue #64AFBD

Tints of Fountain Blue #64AFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

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

R = 21.55%
G = 37.72%
B = 40.73%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#64AFBD (or 0x64AFBD) is known color: Fountain Blue. HEX triplet: 64, AF and BD. RGB value is (100,175,189). Sum of RGB (Red+Green+Blue) = 100+175+189=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #64AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFBD is #9B5042. Grayscale: #9A9A9A. Windows color (decimal): -10178627 or 12431204. OLE color: 12431204.

HSL color Cylindrical-coordinate representation of color #64AFBD: hue angle of 189.44º 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 #64AFBD is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 175 189 -
CMYK 0.47 0.07 0 0.26
HSL 189.44º 0.4% 0.57% -
HSV(B) 189.44º 0.47% 0.74% -
XYZ 29.77 37.04 53.73 -
YUV 154.17 147.65 89.36 -
System Red Green Blue C M Y K H S L
Decimal 100 175 189 0.47 0.07 0 0.26 189.44 0.4 0.57
Hex 64 AF BD 2F 7 0 1A BD 28 39
Octal 144 257 275 57 7 0 32 275 50 71
Binary 1100100 10101111 10111101 101111 111 0 11010 10111101 101000 111001

Color Harmonies of #64AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFBD

Black with #64AFBD

Text Example


Text Example

White with #64AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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