Html Css Color HEX #64AEBA Fountain Blue

📋 copy color: '#64AEBA'

red 100 ◦ green 174 ◦ blue 186

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

Shades of Fountain Blue #64AEBA

Tints of Fountain Blue #64AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 21.74%
G = 37.83%
B = 40.43%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#64AEBA (or 0x64AEBA) is known color: Fountain Blue. HEX triplet: 64, AE and BA. RGB value is (100,174,186). Sum of RGB (Red+Green+Blue) = 100+174+186=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #64AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEBA is #9B5145. Grayscale: #999999. Windows color (decimal): -10178886 or 12234340. OLE color: 12234340.

HSL color Cylindrical-coordinate representation of color #64AEBA: hue angle of 188.37º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64AEBA is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 174 186 -
CMYK 0.46 0.06 0 0.27
HSL 188.37º 0.38% 0.56% -
HSV(B) 188.37º 0.46% 0.73% -
XYZ 29.25 36.53 51.96 -
YUV 153.24 146.48 90.02 -
System Red Green Blue C M Y K H S L
Decimal 100 174 186 0.46 0.06 0 0.27 188.37 0.38 0.56
Hex 64 AE BA 2E 6 0 1B BC 26 38
Octal 144 256 272 56 6 0 33 274 46 70
Binary 1100100 10101110 10111010 101110 110 0 11011 10111100 100110 111000

Color Harmonies of #64AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEBA

Black with #64AEBA

Text Example


Text Example

White with #64AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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