Html Css Color HEX #64AEBC Fountain Blue

📋 copy color: '#64AEBC'

red 100 ◦ green 174 ◦ blue 188

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

Shades of Fountain Blue #64AEBC

Tints of Fountain Blue #64AEBC

RGB

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

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

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

R = 21.65%
G = 37.66%
B = 40.69%

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

#64AEBC (or 0x64AEBC) is known color: Fountain Blue. HEX triplet: 64, AE and BC. RGB value is (100,174,188). Sum of RGB (Red+Green+Blue) = 100+174+188=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #64AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEBC is #9B5143. Grayscale: #999999. Windows color (decimal): -10178884 or 12365412. OLE color: 12365412.

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

Color convert

RGB 100 174 188 -
CMYK 0.47 0.07 0 0.26
HSL 189.55º 0.4% 0.56% -
HSV(B) 189.55º 0.47% 0.74% -
XYZ 29.47 36.61 53.09 -
YUV 153.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 100 174 188 0.47 0.07 0 0.26 189.55 0.4 0.56
Hex 64 AE BC 2F 7 0 1A BE 28 38
Octal 144 256 274 57 7 0 32 276 50 70
Binary 1100100 10101110 10111100 101111 111 0 11010 10111110 101000 111000

Color Harmonies of #64AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEBC

Black with #64AEBC

Text Example


Text Example

White with #64AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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