Html Css Color HEX #64AEBF Fountain Blue

📋 copy color: '#64AEBF'

red 100 ◦ green 174 ◦ blue 191

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

Shades of Fountain Blue #64AEBF

Tints of Fountain Blue #64AEBF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 21.51%
G = 37.42%
B = 41.08%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64AEBF (or 0x64AEBF) is known color: Fountain Blue. HEX triplet: 64, AE and BF. RGB value is (100,174,191). Sum of RGB (Red+Green+Blue) = 100+174+191=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #64AEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEBF is #9B5140. Grayscale: #999999. Windows color (decimal): -10178881 or 12562020. OLE color: 12562020.

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

Color convert

RGB 100 174 191 -
CMYK 0.48 0.09 0 0.25
HSL 191.21º 0.42% 0.57% -
HSV(B) 191.21º 0.48% 0.75% -
XYZ 29.8 36.74 54.81 -
YUV 153.81 148.98 89.62 -
System Red Green Blue C M Y K H S L
Decimal 100 174 191 0.48 0.09 0 0.25 191.21 0.42 0.57
Hex 64 AE BF 30 9 0 19 BF 2A 39
Octal 144 256 277 60 11 0 31 277 52 71
Binary 1100100 10101110 10111111 110000 1001 0 11001 10111111 101010 111001

Color Harmonies of #64AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEBF

Black with #64AEBF

Text Example


Text Example

White with #64AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,174,191); }

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

background-color css

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

 a { background-color: rgb(100,174,191); }

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

border-color css

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

 span { border-color: rgb(100,174,191); }

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