Html Css Color HEX #64AEBE Fountain Blue

📋 copy color: '#64AEBE'

red 100 ◦ green 174 ◦ blue 190

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

Shades of Fountain Blue #64AEBE

Tints of Fountain Blue #64AEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 21.55%
G = 37.5%
B = 40.95%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#64AEBE (or 0x64AEBE) is known color: Fountain Blue. HEX triplet: 64, AE and BE. RGB value is (100,174,190). Sum of RGB (Red+Green+Blue) = 100+174+190=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #64AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AEBE is #9B5141. Grayscale: #999999. Windows color (decimal): -10178882 or 12496484. OLE color: 12496484.

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

Color convert

RGB 100 174 190 -
CMYK 0.47 0.08 0 0.25
HSL 190.67º 0.41% 0.57% -
HSV(B) 190.67º 0.47% 0.75% -
XYZ 29.69 36.7 54.23 -
YUV 153.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 100 174 190 0.47 0.08 0 0.25 190.67 0.41 0.57
Hex 64 AE BE 2F 8 0 19 BF 29 39
Octal 144 256 276 57 10 0 31 277 51 71
Binary 1100100 10101110 10111110 101111 1000 0 11001 10111111 101001 111001

Color Harmonies of #64AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AEBE

Black with #64AEBE

Text Example


Text Example

White with #64AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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